1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-21 12:49:10 +00:00

Change the Max Plugin defines so that CWaveFile is still available

This commit is contained in:
2011-05-11 17:44:11 -04:00
parent 58c0ad7856
commit 2bbf1f77f3
5 changed files with 10 additions and 7 deletions

View File

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