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 | 9fa9402452dda28e0e91a33614fb63edb0d97e36 (patch) | |
tree | f09f36c0eb0bd63bfb886e008faa5476fd6a7289 /win | |
parent | 59bcf7fa71bb5fe35152ec943c954a95797105fc (diff) | |
download | tcl-9fa9402452dda28e0e91a33614fb63edb0d97e36.zip tcl-9fa9402452dda28e0e91a33614fb63edb0d97e36.tar.gz tcl-9fa9402452dda28e0e91a33614fb63edb0d97e36.tar.bz2 |
inverted logic
Diffstat (limited to 'win')
-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; |