mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Add fake interface for NSUserDefaultsWin32 to avoid compiler warning
This commit is contained in:
parent
02b69ca57e
commit
c2fea0a825
1 changed files with 4 additions and 1 deletions
|
@ -57,7 +57,10 @@
|
|||
#import "GNUstepBase/NSString+GNUstepBase.h"
|
||||
|
||||
#if defined(_WIN32)
|
||||
@class NSUserDefaultsWin32;
|
||||
/* Fake interface to avoid compiler warnings
|
||||
*/
|
||||
@interface NSUserDefaultsWin32 : NSUserDefaults
|
||||
@end
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LOCALE_H
|
||||
|
|
Loading…
Reference in a new issue