Committing in .
Modified Files: wxWindows/descrip.mms wxWindows/setup.h_vms wxWindows/distrib/msw/makefile.rsp wxWindows/include/wx/dbgrid.h wxWindows/lib/vms_gtk.opt wxWindows/samples/db/dbtest.cpp wxWindows/src/common/descrip.mms wxWindows/src/generic/descrip.mms Added Files: wxWindows/samples/dialup/descrip.mms wxWindows/samples/docview/descrip.mms wxWindows/samples/font/descrip.mms dbgrid.h change as announced in the developer mailing list various OpenVMS complile issues ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -106,7 +106,9 @@
|
||||
#endif
|
||||
|
||||
#undef __WIN95__
|
||||
#ifndef __WIN32__
|
||||
#undef __WIN32__
|
||||
#endif
|
||||
#undef __GNUWIN32__
|
||||
#undef STRICT
|
||||
#undef WINVER
|
||||
@@ -152,13 +154,13 @@
|
||||
/*
|
||||
* Use iODBC
|
||||
*/
|
||||
#define wxUSE_ODBC 0
|
||||
#define wxUSE_ODBC 1
|
||||
#define wxODBC_FWD_ONLY_CURSORS 1
|
||||
#define wxODBC_BACKWARD_COMPATABILITY 0
|
||||
/*
|
||||
* Use freetype
|
||||
*/
|
||||
#define wxUSE_FREETYPE 0
|
||||
#define wxUSE_FREETYPE 1
|
||||
/*
|
||||
* Use Threads
|
||||
*/
|
||||
|
Reference in New Issue
Block a user