Committing in .
OpenVMS compile issues Modified Files: wxWindows/include/wx/db.h wxWindows/src/common/descrip.mms wxWindows/src/generic/descrip.mms ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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 <isql.h>
|
||||
#include <isqlext.h>
|
||||
}
|
||||
#else
|
||||
extern "C" {
|
||||
#include "wx/isql.h"
|
||||
|
Reference in New Issue
Block a user