Add OpenVMS to the systems that support the Bind-Event
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -117,7 +117,7 @@
|
|||||||
#if wxCHECK_GCC_VERSION(3, 2) || wxCHECK_VISUALC_VERSION(7) \
|
#if wxCHECK_GCC_VERSION(3, 2) || wxCHECK_VISUALC_VERSION(7) \
|
||||||
|| (defined(__SUNCC__) && __SUNCC__ >= 0x5100) \
|
|| (defined(__SUNCC__) && __SUNCC__ >= 0x5100) \
|
||||||
|| (defined(__xlC__) && __xlC__ >= 0x700) \
|
|| (defined(__xlC__) && __xlC__ >= 0x700) \
|
||||||
|| defined(__INTELC__)
|
|| defined(__INTELC__) || defined( __VMS )
|
||||||
#define wxHAS_EVENT_BIND
|
#define wxHAS_EVENT_BIND
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user