mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 04:00:47 +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,8 +28,8 @@
|
|||
|
||||
#ifndef _GNUstep_H_NSCollectionViewItem
|
||||
#define _GNUstep_H_NSCollectionViewItem
|
||||
#import <AppKit/AppKitDefines.h>
|
||||
|
||||
#import <GNUstepBase/GSVersionMacros.h>
|
||||
#import <Foundation/NSArray.h>
|
||||
|
||||
#import <AppKit/NSCollectionView.h>
|
||||
|
@ -41,6 +41,7 @@
|
|||
#import <AppKit/NSViewController.h>
|
||||
|
||||
|
||||
APPKIT_EXPORT_CLASS
|
||||
@interface NSCollectionViewItem : NSViewController
|
||||
{
|
||||
IBOutlet NSTextField *textField;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue