diff --git a/src/osd/sdl/sdlsync_win32.c b/src/osd/sdl/sdlsync_win32.c index 97915c32ad8..5d68a8c1b5b 100644 --- a/src/osd/sdl/sdlsync_win32.c +++ b/src/osd/sdl/sdlsync_win32.c @@ -32,6 +32,11 @@ #define USE_SCALABLE_LOCKS (0) + +//============================================================ +// TYPE DEFINITIONS +//============================================================ + struct osd_event { void * ptr;