don't force __WXMOTIF__ definition under HP-UX (patch 1017801)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-09-16 22:27:09 +00:00
parent 17376dc37e
commit 8318935126

View File

@@ -415,12 +415,6 @@
# define __UNIX__
#endif /* Unix */
#if defined(__HPUX__) && !defined(__WXGTK__)
# ifndef __WXMOTIF__
# define __WXMOTIF__
# endif /* __WXMOTIF__ */
#endif
#if defined(__WXMOTIF__) || defined(__WXX11__)
# define __X__
#endif