Fix linkage in debug build on Windows

This commit is contained in:
Siana Gearz
2011-05-11 12:47:24 +02:00
parent b81cfb2c4f
commit 6b61e2dd2a
2 changed files with 2 additions and 2 deletions

View File

@@ -303,7 +303,7 @@ typedef LLError::NoClassInfo _LL_CLASS_TO_LOG;
*/
#ifdef SHOW_ASSERT
extern bool is_main_thread();
extern LL_COMMON_API bool is_main_thread();
#endif
#endif // LL_LLERROR_H

View File

@@ -41,7 +41,7 @@
#include "aiaprpool.h"
#ifdef SHOW_ASSERT
extern bool is_main_thread(void);
extern LL_COMMON_API bool is_main_thread(void);
#endif
class LLThread;