fixes for task notification

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37484 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2013-12-20 13:32:29 +00:00
parent 263e81a85c
commit ee8b3b987c
5 changed files with 45 additions and 23 deletions

View file

@ -25,9 +25,11 @@
#ifndef __NSUUID_h_GNUSTEP_BASE_INCLUDE
#define __NSUUID_h_GNUSTEP_BASE_INCLUDE
#import <GNUstepBase/GSVersionMacros.h>
#import <Foundation/NSObject.h>
#if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST)
#if defined(__cplusplus)
extern "C" {
#endif
@ -60,4 +62,6 @@ typedef uint8_t gsuuid_t[16];
}
#endif
#endif
#endif /* __NSUUID_h_GNUSTEP_BASE_INCLUDE */