X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b5f62a0b2db198609b45dec622a018dae37008e..1542ea396a625766c59d683adbb1d613c1344d50:/include/wx/db.h diff --git a/include/wx/db.h b/include/wx/db.h index ecb4f3ab6a..8cd409a0ce 100644 --- a/include/wx/db.h +++ b/include/wx/db.h @@ -76,16 +76,11 @@ #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 - #include - } -#else // !__VISUALC__, !__VMS - extern "C" { - #include "wx/isql.h" - #include "wx/isqlext.h" + #include + #include } #endif