Skip to content

Commit

Permalink
SDL_hidapi_ps4.c: lowercase windows header names.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Aug 10, 2018
1 parent f159d79 commit a7c3d2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/joystick/hidapi/SDL_hidapi_ps4.c
Expand Up @@ -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 <Mmdeviceapi.h>
#include <Audioclient.h>
#include <Endpointvolume.h>
#include <mmdeviceapi.h>
#include <audioclient.h>
#include <endpointvolume.h>

#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}}
Expand Down

0 comments on commit a7c3d2a

Please sign in to comment.