Compilation fix for EMX.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2002-11-24 16:09:42 +00:00
parent 17ffbcef2e
commit 21b132347d

View File

@@ -9,6 +9,10 @@
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
#pragma implementation "thread.h"
#endif
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// headers // headers
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
@@ -30,8 +34,9 @@
#define INCL_DOSPROCESS #define INCL_DOSPROCESS
#define INCL_ERRORS #define INCL_ERRORS
#include <os2.h> #include <os2.h>
#ifndef __EMX__
#include <bseerr.h> #include <bseerr.h>
#endif
// the possible states of the thread ("=>" shows all possible transitions from // the possible states of the thread ("=>" shows all possible transitions from
// this state) // this state)
enum wxThreadState enum wxThreadState