From ea41a3dee5ce95044bd377efcd6c4f08c0352f0c Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 6 Mar 2006 15:29:41 +0000 Subject: [PATCH] Whoops, built without libC support - doh! --- include/SDL_config_win32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_config_win32.h b/include/SDL_config_win32.h index 5404aa626..389e670d6 100644 --- a/include/SDL_config_win32.h +++ b/include/SDL_config_win32.h @@ -60,7 +60,7 @@ typedef unsigned int uintptr_t; #define SDL_HAS_64BIT_TYPE 1 /* Enabled for SDL 1.2 (binary compatibility) */ -#define HAVE_LIBC 0 +#define HAVE_LIBC 1 #if HAVE_LIBC /* Useful headers */ #define HAVE_STDIO_H 1