fix _beginthreadex problem with bcc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5287 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -48,6 +48,12 @@
|
|||||||
#define __MT__
|
#define __MT__
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(__BORLANDC__) && !defined(__MFC_COMPAT__)
|
||||||
|
// Needed to know about _beginthreadex etc..
|
||||||
|
#define __MFC_COMPAT__
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#include <process.h>
|
#include <process.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user