mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
More line ending fixes, ___
This commit is contained in:
parent
6312ce865c
commit
693f045ff8
1 changed files with 52 additions and 52 deletions
|
|
@ -28,8 +28,8 @@ RB_METHOD(nikoStart)
|
|||
WCHAR args[MAX_PATH];
|
||||
GetModuleFileNameW(NULL, path, MAX_PATH);
|
||||
PathRemoveFileSpecW(path);
|
||||
wcscat(path, L"\\journal.exe");
|
||||
wsprintfW(args, L"journal.exe %d %d", pos.x, pos.y);
|
||||
wcscat(path, L"\\___.exe");
|
||||
wsprintfW(args, L"___.exe %d %d", pos.x, pos.y);
|
||||
STARTUPINFOW si;
|
||||
memset(&si, 0, sizeof(si));
|
||||
si.cb = sizeof(si);
|
||||
|
|
|
|||
Loading…
Reference in a new issue