Fix the rest of the include paths after the move of native win32 code to win32 and out of the gtk directory in r35032

svn path=/trunk/; revision=35034
This commit is contained in:
Stephen Fisher 2010-11-26 20:57:46 +00:00
parent 65926a0e0e
commit 049e9e39e8
4 changed files with 4 additions and 4 deletions

View File

@ -74,7 +74,7 @@
#if _WIN32
#include <gdk/gdkwin32.h>
#include <windows.h>
#include "gtk/file_dlg_win32.h"
#include "win32/file_dlg_win32.h"
#endif

View File

@ -59,7 +59,7 @@
#ifdef _WIN32
#include "../tempfile.h"
#include "gtk/print_win32.h"
#include "win32/print_win32.h"
#endif
/* static variable declarations to speed up the performance

View File

@ -64,7 +64,7 @@
#include "gtk/keys.h"
#include "gtk/main.h"
#include "gtk/gui_utils.h"
#include "gtk/print_win32.h"
#include "win32/print_win32.h"
#include "gtk/font_utils.h"
#include "gtk/help_dlg.h"
#include "gtk/follow_stream.h"

View File

@ -75,7 +75,7 @@
#if _WIN32
#include <gdk/gdkwin32.h>
#include <windows.h>
#include "file_dlg_win32.h"
#include "win32/file_dlg_win32.h"
#endif