mirror of
https://git.suyu.dev/suyu/discord-rpc.git
synced 2026-01-05 22:19:06 +01:00
fix include order
This commit is contained in:
parent
54abef2624
commit
2f54e62c23
1 changed files with 1 additions and 1 deletions
|
|
@ -5,9 +5,9 @@
|
|||
#define NOMCX
|
||||
#define NOSERVICE
|
||||
#define NOIME
|
||||
#include <windows.h>
|
||||
#include <Psapi.h>
|
||||
#include <Strsafe.h>
|
||||
#include <windows.h>
|
||||
#pragma comment(lib, "Psapi.lib")
|
||||
|
||||
void Discord_RegisterW(const wchar_t* applicationId, const wchar_t* command)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue