]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/db.h
OSX fix
[wxWidgets.git] / include / wx / db.h
index a781b94cc33eeb4bd7a9f78c58d2543cc0e20a8d..16d239a63b75f52a8192178a6083cc2a6232b3ae 100644 (file)
     #include "sql.h"
     #include "sqlext.h"
     #include "odbcinst.h"
+#elif defined( __VMS )
+// For OpenVMS use the ones from the library
+extern "C" {
+    #include <isql.h>
+    #include <isqlext.h>
+}
 #else
 extern "C" {
     #include "wx/isql.h"