Skip to content

Commit

Permalink
Fix typo in ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder committed Sep 10, 2024
1 parent 012947f commit cdbb1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/NSUserDefaults.m
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ - (BOOL) synchronize;
{
NSMutableArray *names = [NSMutableArray arrayWithCapacity: 10];

#ifdef WIN32
#if defined(_WIN32)
NSEnumerator *enumerator;
NSArray *languages;
NSString *locale;
Expand Down

0 comments on commit cdbb1cc

Please sign in to comment.