mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fix typo in ifdef
This commit is contained in:
parent
012947f09e
commit
cdbb1cc1b4
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ systemLanguages()
|
|||
{
|
||||
NSMutableArray *names = [NSMutableArray arrayWithCapacity: 10];
|
||||
|
||||
#ifdef WIN32
|
||||
#if defined(_WIN32)
|
||||
NSEnumerator *enumerator;
|
||||
NSArray *languages;
|
||||
NSString *locale;
|
||||
|
|
Loading…
Reference in a new issue