17 lines
405 B
Plaintext
17 lines
405 B
Plaintext
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
//
|
|
// Version
|
|
//
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Uninstall Interface"
|
|
#define VER_INTERNALNAME_STR "OSUNINST"
|
|
#define VER_ORIGINALFILENAME_STR "OSUNINST.DLL"
|
|
#define VER_LEGALCOPYRIGHT_YEARS "1991-2001"
|
|
|
|
#include <common.ver>
|
|
|