mirror of
https://github.com/yawut/SDL.git
synced 2026-09-08 00:56:24 -05:00
Fixed compiling under Visual Studio
This commit is contained in:
@@ -526,7 +526,6 @@ static int FIFO_Reader(void* _data)
|
||||
ReaderData *data = (ReaderData *)_data;
|
||||
SDL_EventQueue *queue = data->queue;
|
||||
SDL_Event event;
|
||||
int index;
|
||||
|
||||
if (data->lock_free) {
|
||||
for ( ; ; ) {
|
||||
|
||||
Reference in New Issue
Block a user