diff options
author | dgp <dgp@users.sourceforge.net> | 2012-02-02 18:01:11 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-02-02 18:01:11 (GMT) |
commit | e17fb0a5a4f78d448aaacdccc2e97410e43b2256 (patch) | |
tree | f09f36c0eb0bd63bfb886e008faa5476fd6a7289 /win/tclWinFile.c | |
parent | 1cddab24463aac5d06f20be796dbb957122850a0 (diff) | |
download | tcl-e17fb0a5a4f78d448aaacdccc2e97410e43b2256.zip tcl-e17fb0a5a4f78d448aaacdccc2e97410e43b2256.tar.gz tcl-e17fb0a5a4f78d448aaacdccc2e97410e43b2256.tar.bz2 |
inverted logic
Diffstat (limited to 'win/tclWinFile.c')
-rw-r--r-- | win/tclWinFile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinFile.c b/win/tclWinFile.c index 78128d6..331d65a 100644 --- a/win/tclWinFile.c +++ b/win/tclWinFile.c @@ -1584,7 +1584,7 @@ NativeAccess( * what permissions the OS has set for a file. */ -#ifndef UNICODE +#ifdef UNICODE { SECURITY_DESCRIPTOR *sdPtr = NULL; unsigned long size; |