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

Commit

Permalink
Added a comment to say why C runtime is off by default
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed May 26, 2013
1 parent bb46506 commit 02cae6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/SDL_config_windows.h
Expand Up @@ -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
Expand Down

0 comments on commit 02cae6f

Please sign in to comment.