1
0
forked from 0ad/0ad
0ad/source/lib/sdl.h

7 lines
135 B
C
Raw Normal View History

#if defined(_WIN32) && !defined(NO_WSDL)
# include "sysdep/win/wsdl.h"
#else
# include <SDL/SDL.h>
# include <SDL/SDL_thread.h>
#endif