r3840: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 21 Jan 2003 19:52:20 +0000 (19:52 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 21 Jan 2003 19:52:20 +0000 (19:52 +0000)
wdq2wav.cpp

index 12aad5e301979ef2a58a9e85591ed04280e1a022..ff0430a21fdfa5e82f2d9794c7303210b9196104 100644 (file)
@@ -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 <wdq2wav.h>
 
-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;