Update NSCollectionView*.h headers to export symbols properly on Windows

This commit is contained in:
Gregory John Casamento 2022-10-10 16:02:18 -04:00
parent 9b56fe8df0
commit fa820398d9
5 changed files with 19 additions and 4 deletions

View file

@ -25,15 +25,17 @@
#ifndef _NSCollectionViewGridLayout_h_GNUSTEP_GUI_INCLUDE
#define _NSCollectionViewGridLayout_h_GNUSTEP_GUI_INCLUDE
#import <AppKit/NSCollectionViewLayout.h>
#import <Foundation/NSGeometry.h>
#import <AppKit/NSCollectionViewLayout.h>
#import <AppKit/AppKitDefines.h>
#if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST)
#if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST)
#if defined(__cplusplus)
extern "C" {
#endif
APPKIT_EXPORT_CLASS
@interface NSCollectionViewGridLayout : NSCollectionViewLayout
{
NSUInteger _maximumNumberOfRows;