Fixed compiler warning about symbol redefinition

This commit is contained in:
Sam Lantinga 2011-01-16 17:47:52 -08:00
parent d428d9d5a1
commit 264e590e65

View file

@ -27,7 +27,7 @@
#include "video/SDL_sysvideo.h"
#ifdef _WINDOWS
#define WIN32_LEAN_AND_MEAN 1
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#else /* fprintf, _exit(), etc. */
#include <stdio.h>