Revert "adjust "racket-playsound.exe" return code"
This reverts commit 26560240f1
.
New implementation of `play-sound` doesn't need it.
This commit is contained in:
parent
4b266f1ff2
commit
25f8a5d0d9
|
@ -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 | SND_NODEFAULT);
|
return PlaySoundW(GetCommandLineW(), NULL, SND_SYNC);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user