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:
Bart A.M. Jourquin 2000-01-07 10:22:15 +00:00
parent a1df7a9526
commit 8536082d32

View File

@ -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