mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 08:21:00 +00:00
Update NSCollectionView*.h headers to export symbols properly on Windows
This commit is contained in:
parent
9b56fe8df0
commit
fa820398d9
5 changed files with 19 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue