|
|
@ -26,7 +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 |
|
|
|
#ifdef BUILDING_MAXPLUGIN |
|
|
|
#define WAVEFILE_READ 1 |
|
|
|
#define WAVEFILE_READ 1 |
|
|
|
#define WAVEFILE_WRITE 2 |
|
|
|
#define WAVEFILE_WRITE 2 |
|
|
|
|
|
|
|
|
|
|
@ -111,6 +111,6 @@ protected: |
|
|
|
HRESULT WriteMMIO( WAVEFORMATEX *pwfxDest ); |
|
|
|
HRESULT WriteMMIO( WAVEFORMATEX *pwfxDest ); |
|
|
|
HRESULT IClose(); |
|
|
|
HRESULT IClose(); |
|
|
|
}; |
|
|
|
}; |
|
|
|
#endif //MAXPLUGINCODE
|
|
|
|
#endif // BUILDING_MAXPLUGIN
|
|
|
|
|
|
|
|
|
|
|
|
#endif // plWavFile_H
|
|
|
|
#endif // plWavFile_H
|
|
|
|