builtin iODBC build fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23139 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-08-23 12:45:34 +00:00
parent 0a3f5f5767
commit 0bdb08e7ef
4 changed files with 23 additions and 24 deletions

View File

@@ -81,10 +81,15 @@
#include <windows.h>
#include "wx/msw/winundef.h"
#endif
// Use the ones from the library
extern "C" {
#if defined(wxUSE_BUILTIN_IODBC) && wxUSE_BUILTIN_IODBC
// Use the ones from the library
#include "wx/isql.h"
#include "wx/isqlext.h"
#else
#include <sql.h>
#include <sqlext.h>
#endif
}
#endif