mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 10:01:14 +00:00
Put include guards in canonical form for more efficient #includes by GCC
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14543 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cad0439870
commit
bf436ee084
1 changed files with 5 additions and 3 deletions
|
@ -24,11 +24,11 @@
|
|||
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifndef STRICT_OPENSTEP
|
||||
|
||||
#ifndef _GNUstep_H_NSInterfaceStyle
|
||||
#define _GNUstep_H_NSInterfaceStyle
|
||||
|
||||
#ifndef STRICT_OPENSTEP
|
||||
|
||||
#include <AppKit/AppKitDefines.h>
|
||||
|
||||
@class NSResponder;
|
||||
|
@ -53,6 +53,8 @@ APPKIT_EXPORT NSString *NSInterfaceStyleDefault;
|
|||
APPKIT_EXPORT NSInterfaceStyle
|
||||
NSInterfaceStyleForKey(NSString *key, NSResponder *responder);
|
||||
|
||||
#endif // _GNUstep_H_NSInterfaceStyle
|
||||
#endif // STRICT_OPENSTEP
|
||||
|
||||
#endif // _GNUstep_H_NSInterfaceStyle
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue