Leaked source code of windows server 2003
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.
 
 
 
 
 
 

18 lines
421 B

#ifdef WIN32
#include <ntverp.h>
#else
#include <ver.h>
#endif
#include <aviver.h>
#ifdef WIN32
#define MMVERSIONNAME "msvfw32.dll\0"
#else
#define MMVERSIONNAME "msvideo.dll\0"
#endif
#define MMVERSIONDESCRIPTION "Microsoft Video for Windows DLL\0"
#define MMVERSIONTYPE VFT_DLL
#define MMVERSIONSUBTYPE VFT2_UNKNOWN
#include <aviver.ver>