make clearer when we are using windows TRUE/FALSE

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36367 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2013-03-16 08:07:17 +00:00
parent f527baaf28
commit 24e4dcc976
2 changed files with 3 additions and 3 deletions

View file

@ -3243,7 +3243,7 @@ static NSSet *fileKeys = nil;
#if defined(__MINGW__)
DWORD returnCode = 0;
PSID sidOwner;
BOOL result = TRUE;
int result = TRUE;
_CHAR account[BUFSIZ];
_CHAR domain[BUFSIZ];
DWORD accountSize = 1024;
@ -3400,7 +3400,7 @@ static NSSet *fileKeys = nil;
#if defined(__MINGW__)
DWORD returnCode = 0;
PSID sidOwner;
BOOL result = TRUE;
int result = TRUE;
_CHAR account[BUFSIZ];
_CHAR domain[BUFSIZ];
DWORD accountSize = 1024;