I update my win32 contrib package from contrib-20080215-win32-bin-gcc-4.2.1-sjlj-runtime-3.13-only to contrib-20080308-win32-bin-gcc-4.2.1-sjlj-runtime-3.13-only(and also I git up vlc) , and during compiling VLC on Cygwin, I got an error
Does anyone know a solution for this problem?blendbench.c:122: error: conflicting type for 'LoadImageA'
/usr/include/w32api/winuser.h:3808: error: previous declaration of 'LoadImageA'
../../include/vlc_fixups.h:114: warning: 'localtime_r' defined but not used
make[4]: *** [libblendbench_plugin_la-blendbench.lo] error 1
make[4]: Leaving directory '/home/admin/vlc/modules/video_filter'
make[3]: *** [all-modules] Error 1
make[3]: Leaving directory 'home/admin/vlc/modules/video_filter'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 'home/admin/vlc.modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/admin/vlc'
make: *** [all] Error 2