2025-04-27 07:49:33 -04:00

15 lines
401 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>