mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 18:00:37 +00:00
Patch by Julian Mayer.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@33941 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0d87be5aa0
commit
8cdec64b84
5 changed files with 40 additions and 3 deletions
|
@ -29,6 +29,10 @@
|
|||
#define _GNUstep_H_NSInterfaceStyle
|
||||
#import <GNUstepBase/GSVersionMacros.h>
|
||||
|
||||
#if defined(__cplusplus)
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST)
|
||||
|
||||
#import <AppKit/AppKitDefines.h>
|
||||
|
@ -61,6 +65,8 @@ NSInterfaceStyleForKey(NSString *key, NSResponder *responder);
|
|||
|
||||
#endif // GS_API_MACOSX
|
||||
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // _GNUstep_H_NSInterfaceStyle
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue