mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
pthread -> std::thread (5/7) - Replace sdl semaphore with condition variable
This removes a dependency on the SDL_Thread header. Differential Revision: https://code.wildfiregames.com/D1921 This was SVN commit r22772.
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
#if HAVE_PCH
|
||||
|
||||
#include "SDL.h"
|
||||
#include "SDL_thread.h"
|
||||
#include "SDL_endian.h"
|
||||
|
||||
#endif // HAVE_PCH
|
||||
|
||||
Reference in New Issue
Block a user