I get these error messages when compiling SDLMAME in MinGW on WinXP:
src/sdl/video.c: In function 'sdlvideo_monitor_refresh':
src/sdl/video.c:349: warning: passing arg 1 of 'GetMonitorInfoA' makes pointer from integer without cast
src/sdl/video.c: In function 'monitor_enum_callback':
src/sdl/video.c:573: warning: assignment makes integer from pointer without a cast
Can someone help out with what I need to do or get to fix this. Thnx