Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
476 B

//
// (C) Copyright Microsoft Corporation 1992-1994. All rights reserved.
//
//
#ifdef WIN32
#include <winver.h>
#else
#include <ver.h>
#endif
#include <verinfo.h>
#ifndef WIN32
#define VERSIONNAME "msadpcm.acm\0"
#else
#define VERSIONNAME "msadp32.acm\0"
#endif
#define VERSIONDESCRIPTION "Microsoft ADPCM CODEC for MSACM\0"
#define VERSIONTYPE VFT_DRV
#define VERSIONSUBTYPE VFT2_DRV_INSTALLABLE
#include <verinfo.ver>