Revert "add source for "racket-playsound.exe""
This reverts commit e08188aeda
.
New implementation of `play-sound` doesn't need it.
This commit is contained in:
parent
25f8a5d0d9
commit
8068c1e2a5
|
@ -155,9 +155,6 @@ More details for Windows:
|
||||||
uses `-static-libgcc' and `-static-libstdc++' to statically link
|
uses `-static-libgcc' and `-static-libstdc++' to statically link
|
||||||
those libraries. Use "depends.exe" to check DLL dependencies.
|
those libraries. Use "depends.exe" to check DLL dependencies.
|
||||||
|
|
||||||
* The extra "playsound.c" program is meant to be compiled to
|
|
||||||
"racket-playsound.exe" for the "gui" library.
|
|
||||||
|
|
||||||
More details for Mac OS X:
|
More details for Mac OS X:
|
||||||
|
|
||||||
* 32-bit binaries are built for 10.5 and up. 64-bit binaries are
|
* 32-bit binaries are built for 10.5 and up. 64-bit binaries are
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
#include <Windows.h>
|
|
||||||
|
|
||||||
/* Doesn't attempt to parse the command line in the usual way.
|
|
||||||
Instead, the whole command-line is used as a path of a
|
|
||||||
sound file to play. */
|
|
||||||
|
|
||||||
int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR ignored, int nCmdShow)
|
|
||||||
{
|
|
||||||
return PlaySoundW(GetCommandLineW(), NULL, SND_SYNC);
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user