Moved main Makefile.am for wxGTK to /src/gtk
Removed LTLIBOBJECT code from configure with excpetion of PNG, JPEG, ZLIB and iODBC Added missing #ifdef for the Xkbdetectauto thing git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -40,7 +40,9 @@
|
||||
// under HP-UX XKBlib.h defines structures with field named "explicit" -
|
||||
// which is, of course, an error for a C++ compiler
|
||||
#define explicit __wx_explicit
|
||||
#endif
|
||||
#include "X11/XKBlib.h"
|
||||
#ifdef __HPUX__
|
||||
#undef explicit
|
||||
#endif // __HPUX__
|
||||
|
||||
|
Reference in New Issue
Block a user