diff --git a/bochs/iodev/soundosx.cc b/bochs/iodev/soundosx.cc index f8ab1957c..a2ac2cb73 100644 --- a/bochs/iodev/soundosx.cc +++ b/bochs/iodev/soundosx.cc @@ -1,13 +1,18 @@ ///////////////////////////////////////////////////////////////////////// -// $Id: soundosx.cc,v 1.2 2004-02-18 18:54:21 danielg4 Exp $ +// $Id: soundosx.cc,v 1.3 2004-02-18 20:10:19 danielg4 Exp $ ///////////////////////////////////////////////////////////////////////// // This file (SOUNDOSX.CC) written and donated by Brian Huffman #ifdef PARANOID #include +#else +#define Float32 KLUDGE_Float32 +#define Float64 KLUDGE_Float64 #endif #include "bochs.h" +#undef Float32 +#undef Float64 #if defined(macintosh) && BX_SUPPORT_SB16 #define LOG_THIS bx_sb16.