X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e25cdb868f00e6a3d05c994f6fddacf4f24e5350..0304b437122f9a776944ba27c4cd4f5f12bf9a56:/include/wx/db.h diff --git a/include/wx/db.h b/include/wx/db.h index a781b94cc3..16d239a63b 100644 --- a/include/wx/db.h +++ b/include/wx/db.h @@ -77,6 +77,12 @@ #include "sql.h" #include "sqlext.h" #include "odbcinst.h" +#elif defined( __VMS ) +// For OpenVMS use the ones from the library +extern "C" { + #include + #include +} #else extern "C" { #include "wx/isql.h"