mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-20 23:06:47 +00:00
89c5b0d88c
This was SVN commit r158.
6 lines
131 B
C
Executable File
6 lines
131 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 |