Add fake interface for NSUserDefaultsWin32 to avoid compiler warning

This commit is contained in:
Richard Frith-Macdonald 2020-12-09 15:17:46 +00:00
parent 02b69ca57e
commit c2fea0a825

View file

@ -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