From 32634b77ae0b7a18a3f20fce94fcb6f0d0304549 Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Fri, 12 Oct 2001 10:21:44 +0000 Subject: [PATCH] Changed __ENV_DJGPP__ to __DJGPP__, since it's built-in. --- acconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acconfig.h b/acconfig.h index 7cc1d3ff..8385b2db 100644 --- a/acconfig.h +++ b/acconfig.h @@ -44,7 +44,7 @@ # else # define SDL_VIDEO 1 # define SDL_INPUT 1 -# endif +# endif # endif # endif #endif -- 2.39.2