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:
Fred Kiefer 2011-10-04 13:30:53 +00:00
parent 0d87be5aa0
commit 8cdec64b84
5 changed files with 40 additions and 3 deletions

View file

@ -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