From 4a2c9e6fb315f56b08c27b05ba48f7dd73622f9d Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 21 Jan 2003 19:52:20 +0000 Subject: [PATCH] r3840: *** empty log message *** --- wdq2wav.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; -- 2.34.1