Added NO_GNUSTEP condition

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3196 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1998-11-10 20:27:21 +00:00
parent 344eeacc9c
commit 3e96691fc2

View file

@ -24,6 +24,8 @@
#ifndef __NSDistributedNotificationCenter_h_GNUSTEP_BASE_INCLUDE
#define __NSDistributedNotificationCenter_h_GNUSTEP_BASE_INCLUDE
#ifndef STRICT_OPENSTEP
#include <Foundation/NSObject.h>
#include <Foundation/NSLock.h>
@ -75,4 +77,5 @@ extern NSString *NSLocalNotificationCenterType;
@end
#endif
#endif