mirror of
https://git.suyu.dev/suyu/discord-rpc.git
synced 2025-12-26 17:26:09 +01:00
As per https://msdn.microsoft.com/en-us/library/windows/desktop/ms683198(v=vs.85).aspx, the advised use for getting the file name of a module from `<current process>` is to use the simplified version. Additionally, this clears the confusion introduced in Win7's PSAPI which moved `GetModuleFileNameExW` into the kernel, changing its signature to `K32GetModuleFileNameExW`, effectively breaking pre-Win7 uses unless actively mitigated with `#define PSAPI_VERSION 1` |
||
|---|---|---|
| .. | ||
| backoff.h | ||
| CMakeLists.txt | ||
| connection.h | ||
| connection_unix.cpp | ||
| connection_win.cpp | ||
| discord-rpc.cpp | ||
| discord_register.h | ||
| discord_register_linux.cpp | ||
| discord_register_osx.m | ||
| discord_register_win.cpp | ||
| dllmain.cpp | ||
| msg_queue.h | ||
| rpc_connection.cpp | ||
| rpc_connection.h | ||
| serialization.cpp | ||
| serialization.h | ||