adjust "racket-playsound.exe" return code
This commit is contained in:
parent
d4ca825640
commit
26560240f1
|
@ -6,5 +6,5 @@
|
||||||
|
|
||||||
int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR ignored, int nCmdShow)
|
int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR ignored, int nCmdShow)
|
||||||
{
|
{
|
||||||
return PlaySoundW(GetCommandLineW(), NULL, SND_SYNC);
|
return !PlaySoundW(GetCommandLineW(), NULL, SND_SYNC | SND_NODEFAULT);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user