mirror of
https://github.com/yawut/SDL.git
synced 2026-08-26 18:55:32 -05:00
Tests require SDL 1.2.10
This commit is contained in:
@@ -60,7 +60,7 @@ AC_SUBST(EXE)
|
||||
AC_SUBST(MATHLIB)
|
||||
|
||||
dnl Check for SDL
|
||||
SDL_VERSION=1.2.7
|
||||
SDL_VERSION=1.2.10
|
||||
AM_PATH_SDL($SDL_VERSION,
|
||||
:,
|
||||
AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!])
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "SDL_main.h"
|
||||
#include "SDL_types.h"
|
||||
#include "SDL_stdinc.h"
|
||||
|
||||
/*
|
||||
* Watcom C flags these as Warning 201: "Unreachable code" if you just
|
||||
|
||||
Reference in New Issue
Block a user