diff options
author | Sam Lantinga <slouken@libsdl.org> | 2013-05-26 15:50:20 -0700 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2013-05-26 15:50:20 -0700 |
commit | c5701fe36037e5273c8e49a3ec9a61d2f5361253 (patch) | |
tree | 3046b075c589eedf71c8040a257be37658a85cd4 /include | |
parent | d20e17f34587d781465ac039ccbaac9122b3bbdd (diff) |
Don't use the C runtime library on Windows, to avoid C runtime dependencies and manifest issues.
Diffstat (limited to 'include')
-rw-r--r-- | include/SDL_config_windows.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/SDL_config_windows.h b/include/SDL_config_windows.h index 0883056d63..3f142dcfe4 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 |