We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b1ea13 commit 0e25a2fCopy full SHA for 0e25a2f
1 file changed
library/Hooks.cpp
@@ -26,7 +26,7 @@ static std::filesystem::path getModulePath()
26
GetModuleFileNameW(module, path, MAX_PATH);
27
return std::filesystem::path(path);
28
#else
29
- DL_info info;
+ Dl_info info;
30
dladdr(getModulePath, &info);
31
return std::filesystem::path(info.dli_fname);
32
#endif
0 commit comments