comparison 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
comparison
equal deleted inserted replaced
33760:84b3eebfd796 33761:16286ee1fc71
23 23
24 #include <windows.h> 24 #include <windows.h>
25 #include <commctrl.h> 25 #include <commctrl.h>
26 #include "path.h" 26 #include "path.h"
27 #include "gui/interface.h" 27 #include "gui/interface.h"
28 #include "gui/ui/actions.h"
28 #include "mp_msg.h" 29 #include "mp_msg.h"
29 #include "help_mp.h" 30 #include "help_mp.h"
30 #include "mpcommon.h" 31 #include "mpcommon.h"
31 #include "stream/stream.h" 32 #include "stream/stream.h"
32 #include "libmpdemux/demuxer.h" 33 #include "libmpdemux/demuxer.h"