add checks for GTK+ 2.10 (part of patch 1661851)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44646 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-03-07 22:09:57 +00:00
parent 2e91a01aea
commit a48b659563
4 changed files with 207 additions and 99 deletions

View File

@@ -88,6 +88,9 @@
/* Define this if your version of GTK+ is greater than 2.6 */
#define __WXGTK26__ 1
/* Define this if your version of GTK+ is greater than 2.10 */
#define __WXGTK210__ 0
#include <types.h>
typedef pid_t GPid;