windows-nt/Source/XPSP1/NT/sdktools/infgen/infgen.rc
2020-09-26 16:20:57 +08:00

15 lines
387 B
Plaintext

#include "message.rc"
1 TYPELIB "interface.tlb"
#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Microsoft\256 Update INF Generator Control"
#define VER_INTERNALNAME_STR "infgen.dll"
#define VER_ORIGINALFILENAME_STR "infgen.dll"
#include <common.ver>