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 69015ab commit adfcad5Copy full SHA for adfcad5
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.1)" << std::endl;
+ rslog::info_ts() << " - Wrapper DLL loaded (v0.7.2)" << std::endl;
23
PatchOriginalCode();
24
break;
25
case DLL_PROCESS_DETACH:
0 commit comments