discord-rpc/src
Michał Janiszewski 2af5adca3d Use simpler version of GetModuleFileNameW
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`
2017-11-29 08:08:47 -08:00
..
backoff.h clang-format I suppose 2017-11-10 09:59:51 -08:00
CMakeLists.txt wip more build script, add signing 2017-11-28 10:27:40 -08:00
connection.h
connection_unix.cpp Enable warnings, clang edition. 2017-10-12 16:08:08 -07:00
connection_win.cpp clang-format I suppose 2017-11-10 09:59:51 -08:00
discord-rpc.cpp Wrap std::thread in a holder that joins it on destruction. 2017-11-28 09:16:00 -08:00
discord_register.h Enable warnings, clang edition. 2017-10-12 16:08:08 -07:00
discord_register_linux.cpp Fix unused result 2017-11-13 10:38:18 -08:00
discord_register_osx.m Use steam://rungameid/ 2017-11-10 09:59:51 -08:00
discord_register_win.cpp Use simpler version of GetModuleFileNameW 2017-11-29 08:08:47 -08:00
dllmain.cpp
msg_queue.h Missed a couple wanrings. Build example dll 2017-10-12 16:14:16 -07:00
rpc_connection.cpp Enable all warnings, turn the noisy ones back off, fix the others. 2017-10-12 15:39:31 -07:00
rpc_connection.h
serialization.cpp Enable warnings, clang edition. 2017-10-12 16:08:08 -07:00
serialization.h Fix unused parameter warning triggering 2017-11-10 09:59:51 -08:00