]> git.saurik.com Git - wxWidgets.git/commitdiff
fix SF bug 1602033
authorChris Elliott <biol75@york.ac.uk>
Mon, 27 Nov 2006 13:16:38 +0000 (13:16 +0000)
committerChris Elliott <biol75@york.ac.uk>
Mon, 27 Nov 2006 13:16:38 +0000 (13:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43675 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/db.h

index b7b41c647bd7e641735a41224316449b20230fda..7c3924b57db667bb623c815b109d4652dda5d72e 100644 (file)
@@ -57,7 +57,7 @@
     //#endif
     #include "odbcinst.h"
 #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"
     #endif
     extern "C" {