20 lines
423 B
Plaintext
20 lines
423 B
Plaintext
#include "windows.h"
|
|
#include "ntverp.h"
|
|
|
|
//
|
|
// Version
|
|
//
|
|
|
|
#include "msg.rc"
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Setup Migration Dll"
|
|
#define VER_INTERNALNAME_STR "MIGRATE"
|
|
#define VER_ORIGINALFILENAME_STR "MIGRATE.DLL"
|
|
#define VER_LEGALCOPYRIGHT_YEARS "1991-2000"
|
|
|
|
#include "common.ver"
|
|
|
|
|