Browse Source

Do not build these as part of plClient.

Darryl Pogue 14 years ago
parent
commit
72ec482a3e
  1. 4
      Sources/Plasma/PubUtilLib/plAudioCore/plWavFile.cpp
  2. 2
      Sources/Plasma/PubUtilLib/plAudioCore/plWavFile.h

4
Sources/Plasma/PubUtilLib/plAudioCore/plWavFile.cpp

@ -26,6 +26,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include <stdio.h> #include <stdio.h>
#include "plWavFile.h" #include "plWavFile.h"
#ifdef MAXPLUGINCODE
#ifdef DX_OLD_SDK #ifdef DX_OLD_SDK
#include <dxerr9.h> #include <dxerr9.h>
#else #else
@ -1091,3 +1093,5 @@ public:
}; };
#endif #endif
#endif //MAXPLUGINCODE

2
Sources/Plasma/PubUtilLib/plAudioCore/plWavFile.h

@ -26,6 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#ifndef plWavFile_H #ifndef plWavFile_H
#define plWavFile_H #define plWavFile_H
#ifdef MAXPLUGINCODE
#define WAVEFILE_READ 1 #define WAVEFILE_READ 1
#define WAVEFILE_WRITE 2 #define WAVEFILE_WRITE 2
@ -110,5 +111,6 @@ protected:
HRESULT WriteMMIO( WAVEFORMATEX *pwfxDest ); HRESULT WriteMMIO( WAVEFORMATEX *pwfxDest );
HRESULT IClose(); HRESULT IClose();
}; };
#endif //MAXPLUGINCODE
#endif // plWavFile_H #endif // plWavFile_H

Loading…
Cancel
Save