mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-05 17:45:31 +00:00
Fixed Windows build with latest SDK
Made changes to pmSDL.hpp in order to fix build errors related to order of included Windows libraries.
This commit is contained in:
committed by
Kai Blaschke
parent
2911adfb40
commit
0dfefc2fa4
@ -61,13 +61,16 @@
|
||||
#include <sys/stat.h>
|
||||
|
||||
#ifdef WASAPI_LOOPBACK
|
||||
#include <audioclient.h>
|
||||
#include <avrt.h>
|
||||
#include <functiondiscoverykeys_devpkey.h>
|
||||
#include <windows.h>
|
||||
#include <mmdeviceapi.h>
|
||||
#include <audioclient.h>
|
||||
|
||||
#include <functiondiscoverykeys_devpkey.h>
|
||||
#include <avrt.h>
|
||||
|
||||
#include <mmsystem.h>
|
||||
#include <stdio.h>
|
||||
#include <windows.h>
|
||||
|
||||
|
||||
#define LOG(format, ...) wprintf(format L"\n", __VA_ARGS__)
|
||||
#define ERR(format, ...) LOG(L"Error: " format, __VA_ARGS__)
|
||||
|
||||
Reference in New Issue
Block a user