Compile fixes for windows.

This commit is contained in:
Aleric Inglewood
2012-08-10 05:35:11 +02:00
parent b2c5a84964
commit ffb55f482a
4 changed files with 20 additions and 22 deletions

View File

@@ -34,8 +34,9 @@
AIThreadID const AIThreadID::sNone(AIThreadID::none);
apr_os_thread_t AIThreadID::sMainThreadID;
apr_os_thread_t const undefinedID = (apr_os_thread_t)-1;
#ifndef LL_DARWIN
apr_os_thread_t ll_thread_local AIThreadID::lCurrentThread = AIThreadID::undefinedID;
apr_os_thread_t CWD_TLS AIThreadID::lCurrentThread;
#endif
void AIThreadID::set_main_thread_id(void)