From: Kevin M. Rosenberg Date: Tue, 21 Jan 2003 19:52:20 +0000 (+0000) Subject: r3840: *** empty log message *** X-Git-Tag: v0.8.1~40 X-Git-Url: http://git.kpe.io/?p=wdq2wav.git;a=commitdiff_plain;h=4a2c9e6fb315f56b08c27b05ba48f7dd73622f9d r3840: *** empty log message *** --- 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;