updates for OpenVMS compile support

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen
2008-01-11 12:31:03 +00:00
parent f2a0f3a80b
commit 2395c7a18b
5 changed files with 30 additions and 13 deletions

View File

@@ -439,6 +439,11 @@ typedef pid_t GPid;
#define wxUSE_VALIDATORS 1
#ifdef __WXMSW__
#define wxUSE_AUTOID_MANAGEMENT 0
#else
#define wxUSE_AUTOID_MANAGEMENT 0
#endif
#define wxUSE_COMMON_DIALOGS 1
@@ -1230,4 +1235,5 @@ typedef pid_t GPid;
#undef HAVE_SYS_SELECT_H
#endif /* __WX_SETUP_H__ */