We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a5f09d commit c8d6cffCopy full SHA for c8d6cff
RS_ASIO/dllmain.cpp
@@ -19,7 +19,7 @@ BOOL APIENTRY DllMain( HMODULE hModule,
19
DisableThreadLibraryCalls(hModule);
20
21
rslog::InitLog();
22
- rslog::info_ts() << " - Wrapper DLL loaded (v0.7.3d)" << std::endl;
+ rslog::info_ts() << " - Wrapper DLL loaded (v0.7.4)" << std::endl;
23
InitPatcher();
24
PatchOriginalCode();
25
break;
0 commit comments