1
0
Fork 0

Merge pull request #2940 from not6/patch-2

Remove debug code in launcher
This commit is contained in:
Duncan Ogilvie 2022-09-25 14:51:13 +02:00 committed by GitHub
commit 1fd3951f47
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -138,8 +138,6 @@ BRIDGE_IMPEXP const wchar_t* BridgeInit()
wcscat_s(szIniFile, fileNameWithoutExtension);
wcscat_s(szIniFile, L".ini");
MessageBoxW(0, szIniFile, L"szIniFile", MB_SYSTEMMODAL);
wcscpy_s(szUserDirectory, userDirUtf16.c_str());
HINSTANCE hInst;