mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +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
f527baaf28
commit
24e4dcc976
2 changed files with 3 additions and 3 deletions
|
@ -3243,7 +3243,7 @@ static NSSet *fileKeys = nil;
|
||||||
#if defined(__MINGW__)
|
#if defined(__MINGW__)
|
||||||
DWORD returnCode = 0;
|
DWORD returnCode = 0;
|
||||||
PSID sidOwner;
|
PSID sidOwner;
|
||||||
BOOL result = TRUE;
|
int result = TRUE;
|
||||||
_CHAR account[BUFSIZ];
|
_CHAR account[BUFSIZ];
|
||||||
_CHAR domain[BUFSIZ];
|
_CHAR domain[BUFSIZ];
|
||||||
DWORD accountSize = 1024;
|
DWORD accountSize = 1024;
|
||||||
|
@ -3400,7 +3400,7 @@ static NSSet *fileKeys = nil;
|
||||||
#if defined(__MINGW__)
|
#if defined(__MINGW__)
|
||||||
DWORD returnCode = 0;
|
DWORD returnCode = 0;
|
||||||
PSID sidOwner;
|
PSID sidOwner;
|
||||||
BOOL result = TRUE;
|
int result = TRUE;
|
||||||
_CHAR account[BUFSIZ];
|
_CHAR account[BUFSIZ];
|
||||||
_CHAR domain[BUFSIZ];
|
_CHAR domain[BUFSIZ];
|
||||||
DWORD accountSize = 1024;
|
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
|
- (BOOL) isEqualToTimeZone: (NSTimeZone*)aTimeZone
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue