mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 08:30:58 +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
|
@ -26,6 +26,7 @@
|
|||
#define _NSCollectionViewTransitionLayout_h_GNUSTEP_GUI_INCLUDE
|
||||
|
||||
#import <AppKit/NSCollectionViewLayout.h>
|
||||
#import <AppKit/AppKitDefines.h>
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST)
|
||||
|
||||
|
@ -35,6 +36,7 @@ extern "C" {
|
|||
|
||||
typedef NSString* NSCollectionViewTransitionLayoutAnimatedKey;
|
||||
|
||||
APPKIT_EXPORT_CLASS
|
||||
@interface NSCollectionViewTransitionLayout : NSCollectionViewLayout
|
||||
{
|
||||
CGFloat _transitionProgress;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue