From 02cae6f3e3fa6c647e2590cfdc165210441e2dd1 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 26 May 2013 16:08:15 -0700 Subject: [PATCH] Added a comment to say why C runtime is off by default --- include/SDL_config_windows.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/SDL_config_windows.h b/include/SDL_config_windows.h index 3f142dcfe..0b7621564 100644 --- a/include/SDL_config_windows.h +++ b/include/SDL_config_windows.h @@ -76,6 +76,7 @@ typedef unsigned int uintptr_t; # define SIZEOF_VOIDP 4 #endif +/* This is disabled by default to avoid C runtime dependencies and manifest requirements */ #ifdef HAVE_LIBC /* Useful headers */ #define HAVE_STDIO_H 1