clean multi-threading macro

This commit is contained in:
volvet
2014-03-31 18:24:10 -07:00
parent cad753d871
commit 9f50e0c91e
16 changed files with 12 additions and 258 deletions

View File

@@ -116,9 +116,6 @@ WELS_THREAD_ERROR_CODE WelsMutexDestroy (WELS_MUTEX* mutex) {
#endif /* !_WIN32 */
#ifdef MT_ENABLED
#ifdef _WIN32
void WelsSleep (uint32_t dwMilliseconds) {
@@ -469,5 +466,3 @@ WELS_THREAD_ERROR_CODE WelsQueryLogicalProcessInfo (WelsLogicalProcessInfo* p
#endif
#endif // MT_ENABLED