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:
Richard Frith-MacDonald 2013-03-16 08:07:17 +00:00
parent af1045443d
commit e2d806f6a3
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;

View file

@ -2124,7 +2124,7 @@ localZoneString, [zone name], sign, s/3600, (s/60)%60);
}
/**
* Returns TRUE if the time zones have the same name.
* Returns YES if the time zones have the same name.
*/
- (BOOL) isEqualToTimeZone: (NSTimeZone*)aTimeZone
{