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:
parent
a1df7a9526
commit
8536082d32
@ -48,6 +48,12 @@
|
||||
#define __MT__
|
||||
#endif
|
||||
|
||||
#if defined(__BORLANDC__) && !defined(__MFC_COMPAT__)
|
||||
// Needed to know about _beginthreadex etc..
|
||||
#define __MFC_COMPAT__
|
||||
#endif
|
||||
|
||||
|
||||
#include <process.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user