forked from mirrors/0ad
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
|