More line ending fixes, ___
This commit is contained in:
parent
6312ce865c
commit
693f045ff8
|
|
@ -28,8 +28,8 @@ RB_METHOD(nikoStart)
|
||||||
WCHAR args[MAX_PATH];
|
WCHAR args[MAX_PATH];
|
||||||
GetModuleFileNameW(NULL, path, MAX_PATH);
|
GetModuleFileNameW(NULL, path, MAX_PATH);
|
||||||
PathRemoveFileSpecW(path);
|
PathRemoveFileSpecW(path);
|
||||||
wcscat(path, L"\\journal.exe");
|
wcscat(path, L"\\___.exe");
|
||||||
wsprintfW(args, L"journal.exe %d %d", pos.x, pos.y);
|
wsprintfW(args, L"___.exe %d %d", pos.x, pos.y);
|
||||||
STARTUPINFOW si;
|
STARTUPINFOW si;
|
||||||
memset(&si, 0, sizeof(si));
|
memset(&si, 0, sizeof(si));
|
||||||
si.cb = sizeof(si);
|
si.cb = sizeof(si);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue