summaryrefslogtreecommitdiff
path: root/gdk/win32
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2001-08-04 16:28:09 +0000
committerAlexander Larsson <alexl@src.gnome.org>2001-08-04 16:28:09 +0000
commit81cfd5c9dcb0250c11712da1d660891fc9e9a1b7 (patch)
tree8119ad98e652f90b2dc905ce77013682b8c83a1a /gdk/win32
parentab3d1411a3b315740c4dcb690617ed1782d6c8a8 (diff)
downloadgtk+-81cfd5c9dcb0250c11712da1d660891fc9e9a1b7.tar.gz
Add #ifdef HAVE_WINTAB around wintab.h include.
2001-08-04 Alexander Larsson <alexl@redhat.com> * gdk/win32/gdkinput.c: Add #ifdef HAVE_WINTAB around wintab.h include. * gtk/gtk.def: Removed marshals that have been moved to glib. Commented out plug and socket. They didn't compile for me on win32.
Diffstat (limited to 'gdk/win32')
-rw-r--r--gdk/win32/gdkinput.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdk/win32/gdkinput.c b/gdk/win32/gdkinput.c
index f00970e39e..7d9567e4b0 100644
--- a/gdk/win32/gdkinput.c
+++ b/gdk/win32/gdkinput.c
@@ -42,7 +42,9 @@
*/
#include <windows.h>
+#ifdef HAVE_WINTAB
#include <wintab.h>
+#endif
#include "gdkinput-win32.h"
static GdkDeviceAxis gdk_input_core_axes[] = {