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:
@@ -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
|
||||
|
Reference in New Issue
Block a user