mirror of
https://github.com/yuzu-mirror/discord-rpc.git
synced 2026-03-20 00:54:38 +01:00
7 lines
87 B
C++
7 lines
87 B
C++
#include <windows.h>
|
|
|
|
BOOL WINAPI DllMain(HMODULE, DWORD, LPVOID)
|
|
{
|
|
return TRUE;
|
|
}
|