summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/sdlsync_win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/sdl/sdlsync_win32.c')
-rw-r--r--src/osd/sdl/sdlsync_win32.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/osd/sdl/sdlsync_win32.c b/src/osd/sdl/sdlsync_win32.c
index 354d4c32b16..91f8c6b97e5 100644
--- a/src/osd/sdl/sdlsync_win32.c
+++ b/src/osd/sdl/sdlsync_win32.c
@@ -32,12 +32,12 @@
#define USE_SCALABLE_LOCKS (0)
-struct _osd_event
+struct osd_event
{
void * ptr;
};
-struct _osd_thread {
+struct osd_thread {
HANDLE handle;
osd_thread_callback callback;
void *param;
@@ -93,7 +93,7 @@ int osd_event_wait(osd_event *event, osd_ticks_t timeout)
// Scalable Locks
//============================================================
-struct _osd_scalable_lock
+struct osd_scalable_lock
{
#if USE_SCALABLE_LOCKS
struct