Windows2003-3790/inetcore/connectionwizard/icwhelp/icwhelp.rcv
2020-09-30 16:53:55 +02:00

15 lines
601 B
Plaintext

//---------------------------------------------------------------------------
// Version info.
//---------------------------------------------------------------------------
#include <ntverp.h>
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Internet Connection Wizard Helper functions"
#define VER_INTERNALNAME_STR "icwhelp"
#define VER_LEGALCOPYRIGHT_YEARS "1991-1999"
#define VER_ORIGINALFILENAME_STR "icwhelp.dll"
#define VER_OLESELFREGISTER
#include <common.ver>