From 9fa9402452dda28e0e91a33614fb63edb0d97e36 Mon Sep 17 00:00:00 2001 From: dgp Date: Thu, 2 Feb 2012 18:01:11 +0000 Subject: inverted logic --- win/tclWinFile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v0.12