10 lines
280 B
Plaintext
10 lines
280 B
Plaintext
#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>
|