mirror of
https://github.com/yuzu-emu/discord-rpc.git
synced 2024-11-24 02:45:45 +01:00
fix include order
This commit is contained in:
parent
54abef2624
commit
2f54e62c23
@ -5,9 +5,9 @@
|
|||||||
#define NOMCX
|
#define NOMCX
|
||||||
#define NOSERVICE
|
#define NOSERVICE
|
||||||
#define NOIME
|
#define NOIME
|
||||||
|
#include <windows.h>
|
||||||
#include <Psapi.h>
|
#include <Psapi.h>
|
||||||
#include <Strsafe.h>
|
#include <Strsafe.h>
|
||||||
#include <windows.h>
|
|
||||||
#pragma comment(lib, "Psapi.lib")
|
#pragma comment(lib, "Psapi.lib")
|
||||||
|
|
||||||
void Discord_RegisterW(const wchar_t* applicationId, const wchar_t* command)
|
void Discord_RegisterW(const wchar_t* applicationId, const wchar_t* command)
|
||||||
|
Loading…
Reference in New Issue
Block a user