Properly append version to the messagebox title
This commit is contained in:
@ -85,9 +85,9 @@ int wmain(int argc, wchar_t **argv) {
|
||||
|
||||
STARTUPINFOW si;
|
||||
ZeroMemory(&si, sizeof(si));
|
||||
si.cb = sizeof(si);
|
||||
|
||||
PROCESS_INFORMATION pi;
|
||||
si.cb = sizeof(si);
|
||||
ZeroMemory(&pi, sizeof(pi));
|
||||
|
||||
if (!CreateProcessW(
|
||||
|
||||
Reference in New Issue
Block a user