From b3d555764f4a3bc50987cf20ff7616ea54fcca10 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 26 May 2013 15:50:20 -0700 Subject: [PATCH] Don't use the C runtime library on Windows, to avoid C runtime dependencies and manifest issues. --- include/SDL_config_windows.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/SDL_config_windows.h b/include/SDL_config_windows.h index 0883056d6..3f142dcfe 100644 --- a/include/SDL_config_windows.h +++ b/include/SDL_config_windows.h @@ -76,8 +76,6 @@ typedef unsigned int uintptr_t; # define SIZEOF_VOIDP 4 #endif -/* Enabled for SDL 1.2 (binary compatibility) */ -//#define HAVE_LIBC 1 #ifdef HAVE_LIBC /* Useful headers */ #define HAVE_STDIO_H 1