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

@@ -1,7 +1,9 @@
#pragma once
#include <wut.h>
WUT_LIB_HEADER_START
#ifdef __cplusplus
extern "C" {
#endif
typedef struct OSThread OSThread;
@@ -46,4 +48,6 @@ void
OSInitThreadQueueEx(OSThreadQueue *queue,
void *parent);
WUT_LIB_HEADER_END
#ifdef __cplusplus
}
#endif