mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Additional change to 648e14b
This commit is contained in:
parent
55824225ba
commit
132e93c857
@ -144,7 +144,7 @@ int APIENTRY wWinMain(HINSTANCE, HINSTANCE, LPWSTR, int)
|
||||
EXTERN_C int WINAPI Main()
|
||||
{
|
||||
int result = wWinMain(NULL, NULL, NULL, 0);
|
||||
TerminateProcess(GetCurrentProcess(), result);
|
||||
ExitProcess(result);
|
||||
return 0; // Never reached.
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user