diff options
author | Tor Lillqvist <tml@iki.fi> | 2010-08-23 18:49:30 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2010-08-23 18:55:54 +0300 |
commit | 56f71f0123d12e46029a2494a0421f6f50176675 (patch) | |
tree | a3f0b223678725b5260c1c57d9336aa5d447dba1 /gdk/gdk.symbols | |
parent | 29a758d4c267efc3d8beb7329cb9e831627764f2 (diff) | |
download | gtk+-56f71f0123d12e46029a2494a0421f6f50176675.tar.gz |
Fix Win32 build
Builds now, except for the ms-windows theme engine. It doesn't really
work, though.
Diffstat (limited to 'gdk/gdk.symbols')
-rw-r--r-- | gdk/gdk.symbols | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdk/gdk.symbols b/gdk/gdk.symbols index 21207fbf64..acf147074b 100644 --- a/gdk/gdk.symbols +++ b/gdk/gdk.symbols @@ -989,13 +989,6 @@ gdk_win32_set_modal_dialog_libgtk_only #endif #if IN_HEADER(__GDK_WIN32_H__) -#if IN_FILE(__GDK_GC_WIN32_C__) -gdk_win32_hdc_get -gdk_win32_hdc_release -#endif -#endif - -#if IN_HEADER(__GDK_WIN32_H__) #if IN_FILE(__GDK_SELECTION_WIN32_C__) gdk_win32_selection_add_targets #endif |