Add defines for export of classes to DLL when building on WIndows

This commit is contained in:
Gregory John Casamento 2022-09-29 12:09:13 -04:00
parent 7a42b1d04c
commit 92d27c494f
258 changed files with 1014 additions and 741 deletions

View file

@ -28,8 +28,7 @@
#ifndef _GNUstep_H_NSCollectionView
#define _GNUstep_H_NSCollectionView
#import <GNUstepBase/GSVersionMacros.h>
#import <AppKit/AppKitDefines.h>
#import <AppKit/NSDragging.h>
#import <AppKit/NSNibDeclarations.h>
@ -72,6 +71,7 @@ namesOfPromisedFilesDroppedAtDestination:(NSURL *)dropURL
@end
APPKIT_EXPORT_CLASS
@interface NSCollectionView : NSView //<NSDraggingDestination, NSDraggingSource>
{
NSArray *_content;