Cleanup for previous bug fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31598 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2005-01-26 16:07:55 +00:00
parent d1f8e97b03
commit 2349d7c7fe

View File

@@ -16,6 +16,10 @@
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#ifdef __VMS
#define XtDisplay XTDISPLAY
#endif
#include "wx/defs.h"
#include "wx/checkbox.h"
@@ -34,8 +38,7 @@
#endif
// define symbols that are missing in old versions of Motif.
#if defined(__VMS) || (XmVersion < 2000)
#define XtDisplay XTDISPLAY
#if (XmVersion < 2000)
#define XmNtoggleMode 0
#define XmTOGGLE_INDETERMINATE 1
#define XmTOGGLE_BOOLEAN 2