From a7c3d2af81aa00742d4d3c79be2411434deaf571 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Fri, 10 Aug 2018 11:50:55 +0300 Subject: [PATCH] SDL_hidapi_ps4.c: lowercase windows header names. --- src/joystick/hidapi/SDL_hidapi_ps4.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/joystick/hidapi/SDL_hidapi_ps4.c b/src/joystick/hidapi/SDL_hidapi_ps4.c index b02b6b6897b66..10345db2dd925 100644 --- a/src/joystick/hidapi/SDL_hidapi_ps4.c +++ b/src/joystick/hidapi/SDL_hidapi_ps4.c @@ -144,9 +144,9 @@ static Uint32 crc32(Uint32 crc, const void *data, int count) #undef _WIN32_WINNT #define _WIN32_WINNT _WIN32_WINNT_VISTA #define COBJMACROS -#include -#include -#include +#include +#include +#include #undef DEFINE_GUID #define DEFINE_GUID(n,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) static const GUID n = {l,w1,w2,{b1,b2,b3,b4,b5,b6,b7,b8}}