Remove WUT_LIB_HEADER_START.

This commit is contained in:
James Benton
2016-01-07 14:09:43 +00:00
parent e8b6b9b308
commit 4bebe2242d
28 changed files with 162 additions and 74 deletions

View File

@@ -2,7 +2,9 @@
#include <wut.h>
#include "threadqueue.h"
WUT_LIB_HEADER_START
#ifdef __cplusplus
extern "C" {
#endif
typedef struct OSFastMutex OSFastMutex;
typedef struct OSFastMutexLink OSFastMutexLink;
@@ -46,4 +48,6 @@ OSFastMutex_Unlock(OSFastMutex *mutex);
BOOL
OSFastMutex_TryLock(OSFastMutex *mutex);
WUT_LIB_HEADER_END
#ifdef __cplusplus
}
#endif