windows-nt/Source/XPSP1/NT/base/pnp/setupapi/tools/cabprep/cabprep.rc

14 lines
369 B
Plaintext
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
#include <windows.h>
//
// Version resources
//
#include <ntverp.h>
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Driver Cab Sort and remove duplicates Utility"
#define VER_INTERNALNAME_STR "CABPREP.EXE"
#define VER_ORIGINALFILENAME_STR "CABPREP.EXE"
#include <common.ver>