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:
parent
3642056686
commit
34188f9e14
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue