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 7d9b4b9 commit 6c12518Copy full SHA for 6c12518
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.0)" << std::endl;
+ rslog::info_ts() << " - Wrapper DLL loaded (v0.7.1)" << std::endl;
23
PatchOriginalCode();
24
break;
25
case DLL_PROCESS_DETACH:
0 commit comments