From: Julian Smart Date: Sun, 11 Jan 2004 20:52:43 +0000 (+0000) Subject: Applied patch [ 827399 ] sqltypes.h included without windows.h under Borland X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bfe5de86655664a546de1566673444fc98189235 Applied patch [ 827399 ] sqltypes.h included without windows.h under Borland git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/db.h b/include/wx/db.h index 1c007c953c..58843cf23e 100644 --- a/include/wx/db.h +++ b/include/wx/db.h @@ -77,7 +77,7 @@ #include "sqlext.h" #include "odbcinst.h" #else - #if defined(__WINDOWS__) && defined(HAVE_W32API_H) + #if defined(__WINDOWS__) && ( defined(HAVE_W32API_H) || defined(__BORLANDC__) ) #include #include "wx/msw/winundef.h" #endif