* Beginnings of Solaris support from Vincent S. Cojot

* Note this patch also splits USE_SDL into USE_SDL_VIDEO and USE_SDL_AUDIO
This commit is contained in:
Tim Angus 2005-10-29 22:05:20 +00:00
parent 58512aff09
commit c5bdb034f2
17 changed files with 320 additions and 57 deletions

View file

@ -30,7 +30,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
**
*/
#if !USE_SDL
#if !USE_SDL_VIDEO
#include <linux/joystick.h>
#include <sys/types.h>
@ -206,6 +206,6 @@ void IN_JoyMove( void )
old_axes = axes;
}
#endif // !USE_SDL
#endif // !USE_SDL_VIDEO