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:
mcmartin
2003-09-23 17:30:50 +00:00
parent e94b959c9d
commit ff4fec4611
+1 -1
View File
@@ -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))