From 80e5e0fb15f19da5bc287666eb653e2d4645a782 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Mon, 13 Feb 2006 21:25:43 +0000 Subject: Copy over the file open/save code from the Win32 native branch. The Windows-native routines were integrated by inserting #if GTK_MAJOR_VERSION >= 2 && _WIN32 win32_native_routine(GDK_WINDOW_HWND(top_level->window)); return; #endif at the beginning of each GTK+ file routine. There's probably a prettier way to do this. Some of the sizes need to be tweaked in win32-file-dlg.rc, but everything seems to work. Fix up whitespace. svn path=/trunk/; revision=17285 --- gtk/Makefile.nmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gtk/Makefile.nmake') diff --git a/gtk/Makefile.nmake b/gtk/Makefile.nmake index f7039d6ddf..e4a1bdce45 100644 --- a/gtk/Makefile.nmake +++ b/gtk/Makefile.nmake @@ -28,7 +28,8 @@ include Makefile.common # if you add files here, be sure to include them also in Makefile.am EXTRA_DIST ETHEREAL_WIN32_GTK_SRC = \ $(ETHEREAL_GTK_SRC) \ - print_mswin.c + print_mswin.c \ + win32-file-dlg.c ETHEREAL_TAP_OBJECTS = $(ETHEREAL_TAP_SRC:.c=.obj) -- cgit v1.2.1