//==========================================================================; // // msacmmap.rcv // // Copyright (C) 1992-1993 Microsoft Corporation. All Rights Reserved. // // Description: // // // History: // 9/18/93 cjp [curtisp] // //==========================================================================; #ifdef WIN32 #include #else #include #endif #include #ifndef WIN32 #define VERSIONNAME "msacm.drv\0" #else #define VERSIONNAME "msacm32.drv\0" #endif #define VERSIONDESCRIPTION "Microsoft Sound Mapper\0" #define VERSIONTYPE VFT_DRV #define VERSIONSUBTYPE VFT2_DRV_INSTALLABLE #include