Ver Fonte

Remove duplicate macro in SDL windows joystick implementation.

Sandu Liviu Catalin há 8 anos atrás
pai
commit
d94a10f488

+ 0 - 4
Source/ThirdParty/SDL/src/joystick/windows/SDL_windowsjoystick.c

@@ -49,10 +49,6 @@
 #ifndef WINVER
 #define WINVER 0x0500
 #endif
-// Urho3D: set WINVER if not defined
-#ifndef WINVER
-#define WINVER 0x0500
-#endif
 #include "../../core/windows/SDL_windows.h"
 #if !defined(__WINRT__)
 #include <dbt.h>