Commit 264e590e authored by Sam Lantinga's avatar Sam Lantinga

Fixed compiler warning about symbol redefinition

parent d428d9d5
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include "video/SDL_sysvideo.h" #include "video/SDL_sysvideo.h"
#ifdef _WINDOWS #ifdef _WINDOWS
#define WIN32_LEAN_AND_MEAN 1 #define WIN32_LEAN_AND_MEAN
#include <windows.h> #include <windows.h>
#else /* fprintf, _exit(), etc. */ #else /* fprintf, _exit(), etc. */
#include <stdio.h> #include <stdio.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment