Commit 7e395220 authored by Sam Lantinga's avatar Sam Lantinga

Tests require SDL 1.2.10

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401391
parent b76a6d8e
......@@ -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!])
......
#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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment