Tcl Source Code

Check-in [df5aea7b41]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:mingw doesn't have LABEL_SECURITY_INFORMATION definition
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: df5aea7b410d60eace528a43fb92233178e80784
User & Date: jan.nijtmans 2012-02-03 23:00:59
Context
2012-02-06
16:46
Fix for [Bug 3484621]: insure that execution traces on bytecoded commands bump the interp's compile ... check-in: b5b93de310 user: mig tags: trunk
2012-02-04
17:49
merge trunk check-in: 1051c7ac93 user: dkf tags: dkf-alias-encoding
17:48
merge trunk check-in: 6062d13e22 user: dkf tags: dkf-utf16-branch
17:48
merge trunk check-in: 1ea7dfcf2c user: dkf tags: dkf-notifier-poll
2012-02-03
23:33
[Frq 3483854] zlib-1.2.6 Not to be merged to trunk until the official zlib1.dll is released as well!... Closed-Leaf check-in: aed9557397 user: jan.nijtmans tags: zlib-1.2.6
23:00
mingw doesn't have LABEL_SECURITY_INFORMATION definition check-in: df5aea7b41 user: jan.nijtmans tags: trunk
22:59
mingw doesn't have LABEL_SECURITY_INFORMATION definition check-in: 8e600076a4 user: jan.nijtmans tags: core-8-5-branch
2012-02-02
21:13
[Frq 3464401] Support Unicode 6.1 check-in: b171159506 user: jan.nijtmans tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to win/tclWinPort.h.

583
584
585
586
587
588
589




590
591
 */

#define TclpExit		exit

#ifndef INVALID_SET_FILE_POINTER
#define INVALID_SET_FILE_POINTER 0xFFFFFFFF
#endif /* INVALID_SET_FILE_POINTER */





#endif /* _TCLWINPORT */







>
>
>
>


583
584
585
586
587
588
589
590
591
592
593
594
595
 */

#define TclpExit		exit

#ifndef INVALID_SET_FILE_POINTER
#define INVALID_SET_FILE_POINTER 0xFFFFFFFF
#endif /* INVALID_SET_FILE_POINTER */

#ifndef LABEL_SECURITY_INFORMATION
#   define LABEL_SECURITY_INFORMATION (0x00000010L)
#endif

#endif /* _TCLWINPORT */