mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
562 B
20 lines
562 B
|
|
#define UNICODE
|
|
#define _UNICODE
|
|
#include "mrshadow.h"
|
|
|
|
#define OFFICAL // define this for pre-ship versions
|
|
// #define FINAL // define this for shipped version.
|
|
|
|
#include <ntverp.h>
|
|
#include <winver.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Virtual desktop utility"
|
|
#define VER_INTERNALNAME_STR "MRSHADOW"
|
|
#define VER_LEGALCOPYRIGHT_YEARS "1991-1993"
|
|
#define VER_ORIGINALFILENAME_STR "MRSHADOW.EXE"
|
|
|
|
#include <common.ver>
|
|
|