mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-20 01:25:58 -05:00
Remove WUT_LIB_HEADER_START.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user