mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-05 17:36:25 +00:00
SDL_hidapi_ps4.c: lowercase windows header names.
This commit is contained in:
@@ -144,9 +144,9 @@ static Uint32 crc32(Uint32 crc, const void *data, int count)
|
|||||||
#undef _WIN32_WINNT
|
#undef _WIN32_WINNT
|
||||||
#define _WIN32_WINNT _WIN32_WINNT_VISTA
|
#define _WIN32_WINNT _WIN32_WINNT_VISTA
|
||||||
#define COBJMACROS
|
#define COBJMACROS
|
||||||
#include <Mmdeviceapi.h>
|
#include <mmdeviceapi.h>
|
||||||
#include <Audioclient.h>
|
#include <audioclient.h>
|
||||||
#include <Endpointvolume.h>
|
#include <endpointvolume.h>
|
||||||
|
|
||||||
#undef DEFINE_GUID
|
#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}}
|
#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}}
|
||||||
|
Reference in New Issue
Block a user