mirror of https://github.com/lianthony/NT4.0
9 lines
280 B
9 lines
280 B
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Control Panel Multimedia Applet"
|
|
#define VER_INTERNALNAME_STR "multimedia"
|
|
#define VER_ORIGINALFILENAME_STR "multimed.cpl"
|
|
|
|
#include <common.ver>
|