Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Tests require SDL 1.2.10
- Loading branch information
Showing
with
2 additions
and
4 deletions.
-
+1
−1
test/configure.in
-
+1
−3
test/testtypes.c
|
@@ -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 |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.