mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-31 01:15:48 -04:00
Added sharedSynchronization library
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
#if defined(PLATFORM_WIN32)
|
||||
#include "../../src/win32/RecursiveMutex.h"
|
||||
#elif defined(PLATFORM_LINUX)
|
||||
#include "../../src/linux/RecursiveMutex.h"
|
||||
#else
|
||||
#error unsupported platform
|
||||
#endif
|
||||
Reference in New Issue
Block a user