#include "sql.h"
#include "sqlext.h"
#include "odbcinst.h"
-#elif defined( __VMS )
- // For OpenVMS use the ones from the library
+#else
+ // Use the ones from the library
extern "C" {
- #include <isql.h>
- #include <isqlext.h>
- }
-#else // !__VISUALC__, !__VMS
- extern "C" {
- #include "wx/isql.h"
- #include "wx/isqlext.h"
+ #include <sql.h>
+ #include <sqlext.h>
}
#endif