From ab97dc30efdd5cc1abf8c65b8ce29af364219167 Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Sat, 15 Sep 2012 21:47:30 +0000 Subject: First pass at modernizing struct definitions. --- src/osd/sdl/sdlwork.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/osd/sdl/sdlwork.c') diff --git a/src/osd/sdl/sdlwork.c b/src/osd/sdl/sdlwork.c index 74cb625d755..df9aae7efbe 100644 --- a/src/osd/sdl/sdlwork.c +++ b/src/osd/sdl/sdlwork.c @@ -71,8 +71,7 @@ int osd_num_processors = 0; // TYPE DEFINITIONS //============================================================ -typedef struct _work_thread_info work_thread_info; -struct _work_thread_info +struct work_thread_info { osd_work_queue * queue; // pointer back to the queue osd_thread * handle; // handle to the thread -- cgit v1.2.3