X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e25cdb868f00e6a3d05c994f6fddacf4f24e5350..43330cc9deda567a4713d42fb05bffb624781fb3:/include/wx/db.h?ds=sidebyside 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"