mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 11:00:48 +00:00
Add defines for export of classes to DLL when building on WIndows
This commit is contained in:
parent
7a42b1d04c
commit
92d27c494f
258 changed files with 1014 additions and 741 deletions
|
@ -60,6 +60,11 @@
|
|||
#import "GNUstepGUI/GSTextConverter.h"
|
||||
#import "GSGuiPrivate.h"
|
||||
|
||||
/* Redefine unavailable function when using the MSVC ABI on Windows. */
|
||||
#ifdef _MSC_VER
|
||||
# define strncasecmp _strnicmp
|
||||
#endif
|
||||
|
||||
/* Cache class pointers to avoid the expensive lookup by string. */
|
||||
static Class dictionaryClass = nil;
|
||||
static Class stringClass = nil;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue