added check for GTK 1.2
added symbol __WXGTK12__ (do not use GTK_MINOR_VERSION in your code as this is undefined anywhere outside wxGTK itself) updated wxGTK.spec for local builds fixed clipboard clear/setdata race test for wxConvLocal in dialogs sample git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2291 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -16,7 +16,16 @@
|
||||
#pragma interface
|
||||
#endif
|
||||
|
||||
/* define the system to compile */
|
||||
/* ------------------------------------------------------------------------ */
|
||||
/* define if support for GTK 1.2 features */
|
||||
/* ------------------------------------------------------------------------ */
|
||||
|
||||
#undef __WXGTK12__
|
||||
|
||||
/* ------------------------------------------------------------------------ */
|
||||
/* define the system to compile */
|
||||
/* ------------------------------------------------------------------------ */
|
||||
|
||||
#undef __UNIX__
|
||||
#undef __LINUX__
|
||||
#undef __SGI__
|
||||
|
Reference in New Issue
Block a user