From b925439a14ac8c8787034f30631ad60dd626a299 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 6 Mar 2011 23:27:09 +0000 Subject: rationalise windows resource script make window options dialog into a property sheet svn path=/trunk/netsurf/; revision=11929 --- windows/prefs.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'windows/prefs.h') diff --git a/windows/prefs.h b/windows/prefs.h index 6662b7a69..dec004b60 100644 --- a/windows/prefs.h +++ b/windows/prefs.h @@ -19,8 +19,6 @@ #ifndef _NETSURF_WINDOWS_PREFS_H_ #define _NETSURF_WINDOWS_PREFS_H_ -#include - -void nsws_prefs_dialog_init(HWND parent); +void nsws_prefs_dialog_init(HINSTANCE hinst, HWND parent); #endif -- cgit v1.2.3