summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--win/tclWinFile.c2
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;