windows-nt/Source/XPSP1/NT/shell/osshell/control/drivers/drivers.rcv
2020-09-26 16:20:57 +08:00

10 lines
275 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>