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:
Nicola Pero 2002-09-25 01:48:00 +00:00
parent cad0439870
commit bf436ee084

View file

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