X-Git-Url: http://git.kpe.io/?p=wdq2wav.git;a=blobdiff_plain;f=wdq2wav.cpp;h=ff0430a21fdfa5e82f2d9794c7303210b9196104;hp=12aad5e301979ef2a58a9e85591ed04280e1a022;hb=4a2c9e6fb315f56b08c27b05ba48f7dd73622f9d;hpb=36e722bb07d5ad14bad6eafcf9ac6b2a77b9e652 diff --git a/wdq2wav.cpp b/wdq2wav.cpp index 12aad5e..ff0430a 100644 --- a/wdq2wav.cpp +++ b/wdq2wav.cpp @@ -8,7 +8,7 @@ ** ** Copyright (c) 2003 Kevin Rosenberg ** -** $Id: wdq2wav.cpp,v 1.13 2003/01/21 19:46:53 kevin Exp $ +** $Id: wdq2wav.cpp,v 1.14 2003/01/21 19:52:20 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -26,7 +26,7 @@ #include -const char* g_szIdStr = "$Id: wdq2wav.cpp,v 1.13 2003/01/21 19:46:53 kevin Exp $"; +const char* g_szIdStr = "$Id: wdq2wav.cpp,v 1.14 2003/01/21 19:52:20 kevin Exp $"; bool g_quiet = false; bool g_verbose = false; @@ -640,7 +640,7 @@ bool WavFile::Play () { #ifdef WIN32 - if (PlaySound ((LPCSTR) m_data, 0, SND_MEMORY | SND_NO_DEFAULT)) + if (PlaySound ((LPCSTR) m_data, 0, SND_MEMORY | SND_NODEFAULT)) return true; #elif defined(LINUX) int fd;