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 a4f19df commit 4c890fbCopy full SHA for 4c890fb
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.2)" << std::endl;
+ rslog::info_ts() << " - Wrapper DLL loaded (v0.7.3d)" << std::endl;
23
InitPatcher();
24
PatchOriginalCode();
25
break;
0 commit comments