We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c865ee2 commit ef1e2d9Copy full SHA for ef1e2d9
MiniThing/Core/MiniThingCore.cpp
@@ -58,6 +58,7 @@ HRESULT MiniThingCore::StartInstance(void *pPrivateData)
58
{
59
HRESULT ret = S_OK;
60
61
+ // Set chinese print env
62
SetChsPrintEnv();
63
64
m_appDataLocalPath = GetLocalAppDataPath();
0 commit comments