mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
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:
parent
af1045443d
commit
e2d806f6a3
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue