Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Don't use the C runtime library on Windows, to avoid C runtime depend…
Browse files Browse the repository at this point in the history
…encies and manifest issues.
  • Loading branch information
slouken committed May 26, 2013
1 parent 557b0f1 commit a432817
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/SDL_config_windows.h
Expand Up @@ -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
Expand Down

0 comments on commit a432817

Please sign in to comment.