#ifndef LIB_SDL_H__ #define LIB_SDL_H__ #if OS_WIN && !defined(CONFIG_NO_WSDL) # include "sysdep/win/wsdl.h" #else # include # include # include // if the compiler doesn't support inlining, this header will pull // in static bswap routines. doesn't matter - modern compilers // will strip them if unused, and this is more convenient than // another header that toggles between wsdl and SDL_endian.h. #endif #endif // LIB_SDL_H__