//==========================================================================; // // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY // KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE // IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR // PURPOSE. // // Copyright (c) 1992 - 1994 Microsoft Corporation. All Rights Reserved. // //--------------------------------------------------------------------------; // // codec.rcv // // Description: // This file contains version defines for the codec. // // //==========================================================================; #include #include #define VERSIONNAME "imaadp32.acm\0" #define VERSIONDESCRIPTION "IMA ADPCM CODEC for MSACM\0" #define VERSIONTYPE VFT_DRV #define VERSIONSUBTYPE VFT2_DRV_INSTALLABLE #include