mirror of
https://github.com/yuzu-emu/discord-rpc
synced 2024-11-26 11:28:21 +00:00
2af5adca3d
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 |