Skip to content

Commit

Permalink
Rename Source.c to windows/Source.c
Browse files Browse the repository at this point in the history
  • Loading branch information
techguy16 committed Nov 13, 2022
1 parent 65aaa90 commit 8f2239a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source.c → windows/Source.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ int __cdecl wmain(int argc, wchar_t* argv[], wchar_t* envp[]) {
ShellExecuteW(NULL, L"runas", argv[1], lineToPass, NULL, SW_SHOW); // Replace L"runas" with L"open" to get quiet startup without elevation.

return 0;
}
}

0 comments on commit 8f2239a

Please sign in to comment.