mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-03 01:40:45 +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
|
@ -28,7 +28,7 @@
|
|||
*/
|
||||
|
||||
#import <AppKit/NSView.h>
|
||||
#import <GNUstepBase/GSVersionMacros.h>
|
||||
#import <AppKit/AppKitDefines.h>
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST)
|
||||
|
||||
|
@ -59,6 +59,7 @@ enum {
|
|||
NSVisualEffectStateInactive,
|
||||
};
|
||||
|
||||
APPKIT_EXPORT_CLASS
|
||||
@interface NSVisualEffectView : NSView {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue