1
0
Fork 0

renamed Thread to thread as else the linux filesystem couldn't find it

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@625
This commit is contained in:
Peter Veenstra 2003-01-07 18:11:11 +00:00
parent 3642056686
commit 34188f9e14

View file

@ -19,7 +19,7 @@
#include <string.h>
#include <stdio.h>
#include "SDL.h"
#include "SDL_Thread.h"
#include "SDL_thread.h"
#include "dosbox.h"
#include "video.h"