]> git.saurik.com Git - wxWidgets.git/commitdiff
fix _beginthreadex problem with bcc
authorBart A.M. Jourquin <bart.jourquin@fucam.ac.be>
Fri, 7 Jan 2000 10:22:15 +0000 (10:22 +0000)
committerBart A.M. Jourquin <bart.jourquin@fucam.ac.be>
Fri, 7 Jan 2000 10:22:15 +0000 (10:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5287 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/thread.cpp

index 21682d45a5cd0312edaeff403796c7e08df81448..ac600434e9e7c561be8265db2635984639c2d4ae 100644 (file)
 #define __MT__
 #endif
 
 #define __MT__
 #endif
 
+#if defined(__BORLANDC__) && !defined(__MFC_COMPAT__)
+// Needed to know about _beginthreadex etc..
+#define __MFC_COMPAT__
+#endif
+
+
     #include <process.h>
 #endif
 
     #include <process.h>
 #endif