Skip to content

Commit

Permalink
Whoops, built without libC support - doh!
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 6, 2006
1 parent 851e264 commit ea41a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_config_win32.h
Expand Up @@ -60,7 +60,7 @@ typedef unsigned int uintptr_t;
#define SDL_HAS_64BIT_TYPE 1

/* Enabled for SDL 1.2 (binary compatibility) */
#define HAVE_LIBC 0
#define HAVE_LIBC 1
#if HAVE_LIBC
/* Useful headers */
#define HAVE_STDIO_H 1
Expand Down

0 comments on commit ea41a3d

Please sign in to comment.