Mercurial > sdl-ios-xcode
changeset 1387:835c1831f903
Tests require SDL 1.2.10
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 20 Feb 2006 10:19:47 +0000 |
parents | 2b7e0180a72c |
children | 9a9b87172b4b |
files | test/configure.in test/testtypes.c |
diffstat | 2 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/test/configure.in Mon Feb 20 10:19:22 2006 +0000 +++ b/test/configure.in Mon Feb 20 10:19:47 2006 +0000 @@ -60,7 +60,7 @@ 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!])
--- a/test/testtypes.c Mon Feb 20 10:19:22 2006 +0000 +++ b/test/testtypes.c Mon Feb 20 10:19:47 2006 +0000 @@ -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