mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 06:40:59 +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
|
@ -24,7 +24,7 @@ Boston, MA 02110-1301, USA.
|
|||
|
||||
#ifndef _GNUstep_H_NSViewController
|
||||
#define _GNUstep_H_NSViewController
|
||||
#import <GNUstepBase/GSVersionMacros.h>
|
||||
#import <AppKit/AppKitDefines.h>
|
||||
|
||||
#import <AppKit/NSNibDeclarations.h>
|
||||
#import <AppKit/NSResponder.h>
|
||||
|
@ -50,6 +50,7 @@ enum
|
|||
typedef NSUInteger NSViewControllerTransitionOptions;
|
||||
#endif
|
||||
|
||||
APPKIT_EXPORT_CLASS
|
||||
@interface NSViewController : NSResponder <NSSeguePerforming>
|
||||
{
|
||||
@private
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue