]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/thread.cpp
Compilation fix.
[wxWidgets.git] / src / os2 / thread.cpp
index db6ba0651071baa64bc0a29d827766b890518262..ad67a34b117b6e7ee29e84b690341b596da85180 100644 (file)
@@ -9,6 +9,10 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+#ifdef __GNUG__
+    #pragma implementation "thread.h"
+#endif
+
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
@@ -30,8 +34,9 @@
 #define INCL_DOSPROCESS
 #define INCL_ERRORS
 #include <os2.h>
+#ifndef __EMX__
 #include <bseerr.h>
-
+#endif
 // the possible states of the thread ("=>" shows all possible transitions from
 // this state)
 enum wxThreadState