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:
Jouk Jansen
2002-03-26 09:37:35 +00:00
parent 9e7ed2b008
commit d237d78480
3 changed files with 12 additions and 3 deletions

View File

@@ -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"