1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Merge pull request #52963 from Pineapple/WIN32_LEAN_AND_MEAN_master

This commit is contained in:
Rémi Verschelde
2021-10-05 12:03:05 +02:00
committed by GitHub
18 changed files with 21 additions and 10 deletions

View File

@@ -39,6 +39,7 @@
#include <audioclient.h>
#include <mmdeviceapi.h>
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
class AudioDriverWASAPI : public AudioDriver {