Fixed compiler warning about symbol redefinition
This commit is contained in:
parent
d428d9d5a1
commit
264e590e65
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue