Update OpenVMS make files

Modified Files:
 	wxWidgets/setup.h_vms wxWidgets/src/common/descrip.mms
 	wxWidgets/src/gtk1/descrip.mms wxWidgets/src/motif/descrip.mms
 	wxWidgets/src/univ/descrip.mms


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen
2006-09-22 13:04:18 +00:00
parent 4ff28c37c8
commit a843055617
5 changed files with 14 additions and 17 deletions

View File

@@ -600,13 +600,13 @@ typedef pid_t GPid;
/*
* Define if the compiler supports variadic macros
*/
#define HAVE_VARIADIC_MACROS 1
#undef HAVE_VARIADIC_MACROS
#if defined(__NAMESPACE_STD) && !defined(__NAMESPACE_STD_ONLY)
/*
* Define if your compiler has std::wstring
*/
#deffine HAVE_STD_WSTRING 1
#define HAVE_STD_WSTRING 1
/*
* Define if your compiler has compliant std::string::compare
*/