diff gui/win32/dialogs.c @ 33761:16286ee1fc71

Fix Win32 GUI compilation problems. Add #includes to provide prototypes and change some declarations to comply with the prototypes. Reported by Stephen Sheldon, sfsheldo gmail com.
author ib
date Fri, 08 Jul 2011 09:52:02 +0000
parents 84defaf2e7f8
children 03824cf8728d
line wrap: on
line diff
--- a/gui/win32/dialogs.c	Thu Jul 07 23:06:29 2011 +0000
+++ b/gui/win32/dialogs.c	Fri Jul 08 09:52:02 2011 +0000
@@ -25,6 +25,7 @@
 #include <commctrl.h>
 #include "path.h"
 #include "gui/interface.h"
+#include "gui/ui/actions.h"
 #include "mp_msg.h"
 #include "help_mp.h"
 #include "mpcommon.h"