15 lines
387 B
Plaintext
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>
|