Fixed silly compile error when NAMED_SYNCHRO undefined
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1258 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -115,7 +115,7 @@ CondVar CreateCondVar_Core (void);
|
|||||||
/* Preprocessor directives to forward to the appropriate routines.
|
/* Preprocessor directives to forward to the appropriate routines.
|
||||||
The "name" field is stripped away in preprocessing. */
|
The "name" field is stripped away in preprocessing. */
|
||||||
|
|
||||||
#define CreateThread(func, data, stackSize, name, syncClass) \
|
#define CreateThread(func, data, stackSize, name) \
|
||||||
CreateThread_Core ((func), (data), (stackSize))
|
CreateThread_Core ((func), (data), (stackSize))
|
||||||
#define CreateSemaphore(initial, name, syncClass) \
|
#define CreateSemaphore(initial, name, syncClass) \
|
||||||
CreateSemaphore_Core ((initial))
|
CreateSemaphore_Core ((initial))
|
||||||
|
|||||||
Reference in New Issue
Block a user