]> git.mxchange.org Git - simgear.git/blobdiff - simgear/nasal/thread-win32.c
Olaf Flebbe:
[simgear.git] / simgear / nasal / thread-win32.c
index c86c1f764ed5a4dcb382a3110d0d39ceb05dd604..ec4924ca568275a68b07799dfcb1ee8b896f039a 100644 (file)
@@ -18,3 +18,5 @@ void  naSemDown(void* sem) { WaitForSingleObject((HANDLE)sem, INFINITE); }
 void  naSemUpAll(void* sem, int count) { ReleaseSemaphore(sem, count, 0); }
 
 #endif
+
+extern int GccWarningWorkaround_IsoCForbidsAnEmptySourceFile;