WindowsXP-SP1/shell/osshell/control/mmsys/mmse.rcv
2020-09-30 16:53:49 +02:00

10 lines
311 B
Plaintext

#include <ntverp.h>
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Control Panel Drivers Applet"
#define VER_INTERNALNAME_STR "drivers\0"
#define VER_ORIGINALFILENAME_STR "DRIVERS.DLL"
#include <common.ver>