mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-04 20:06:41 +01:00
Fix the Windows build for the final time.
This commit is contained in:
parent
c1a934f7ed
commit
24ba058404
@ -7,16 +7,16 @@
|
|||||||
#define NTDDI_VERSION NTDDI_WINXPSP2
|
#define NTDDI_VERSION NTDDI_WINXPSP2
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <BluetoothAPIs.h>
|
|
||||||
#include <bthdef.h>
|
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#include <ctime>
|
#include <ctime>
|
||||||
#include <dbt.h>
|
|
||||||
#include <setupapi.h>
|
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
#include <unordered_set>
|
#include <unordered_set>
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
// The following Windows headers MUST be included after windows.h.
|
||||||
|
#include <BluetoothAPIs.h> //NOLINT
|
||||||
|
#include <dbt.h> //NOLINT
|
||||||
|
#include <setupapi.h> //NOLINT
|
||||||
|
|
||||||
#include "Common/Common.h"
|
#include "Common/Common.h"
|
||||||
#include "Common/StringUtil.h"
|
#include "Common/StringUtil.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user