Diff for /np2/win9x/soundmng.cpp between versions 1.16 and 1.17

version 1.16, 2007/11/11 07:11:27 version 1.17, 2011/03/07 09:54:11
Line 1 Line 1
 #include        "compiler.h"  /**
 #include        <dsound.h>   * @file        soundmng.cpp
 #include        "parts.h"   * @brief       Sound Manager (DirectSound3)
 #include        "wavefile.h"   *
 #include        "np2.h"   * @author      $Author$
 #include        "soundmng.h"   * @date        $Date$
 #include        "extromio.h"   */
 #include        "sound.h"  
 #include        "juliet.h"  #include "compiler.h"
   #include <dsound.h>
   #include "parts.h"
   #include "wavefile.h"
   #include "np2.h"
   #include "soundmng.h"
   #include "extromio.h"
   #include "sound.h"
   #include "juliet.h"
 #if defined(VERMOUTH_LIB)  #if defined(VERMOUTH_LIB)
 #include        "vermouth.h"  #include "vermouth.h"
 #endif  #endif
 #if defined(MT32SOUND_DLL)  #if defined(MT32SOUND_DLL)
 #include        "mt32snd.h"  #include "mt32snd.h"
 #endif  #endif
   
   #if !defined(__GNUC__)
   #pragma comment(lib, "dsound.lib")
   #endif  // !defined(__GNUC__)
   
 #if defined(_M_IA64) || defined(_M_AMD64)  #if defined(_M_IA64) || defined(_M_AMD64)
 #define SOUNDBUFFERALIGN        (1 << 3)  #define SOUNDBUFFERALIGN        (1 << 3)
 #else  #else

Removed from v.1.16  
changed lines
  Added in v.1.17


RetroPC.NET-CVS <cvs@retropc.net>