fix SF bug 1602033

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43675 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott 2006-11-27 13:16:38 +00:00
parent 88ed33cca9
commit 5baaee7c07

View File

@ -57,7 +57,7 @@
//#endif //#endif
#include "odbcinst.h" #include "odbcinst.h"
#else #else
#if defined(__WINDOWS__) && ( defined(HAVE_W32API_H) || defined(__BORLANDC__) ) #if defined(__WINDOWS__) && ( defined(HAVE_W32API_H) || defined(__BORLANDC__) || defined (__DMC__))
#include "wx/msw/wrapwin.h" #include "wx/msw/wrapwin.h"
#endif #endif
extern "C" { extern "C" {