mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-11 10:16:34 +00:00
5b5726ed4d
This was SVN commit r216.
7 lines
135 B
C
Executable File
7 lines
135 B
C
Executable File
#if defined(_WIN32) && !defined(NO_WSDL)
|
|
# include "sysdep/win/wsdl.h"
|
|
#else
|
|
# include <SDL/SDL.h>
|
|
# include <SDL/SDL_thread.h>
|
|
#endif
|