mirror of
https://github.com/lianthony/NT4.0.git
synced 2025-12-21 12:19:31 -06:00
12 lines
336 B
Plaintext
12 lines
336 B
Plaintext
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Microsoft\256 Dump Clipboard Utility"
|
|
|
|
#define VER_INTERNALNAME_STR "dumpclip.exe"
|
|
#define VER_ORIGINALFILENAME_STR "dumpclip.exe"
|
|
|
|
#include <common.ver>
|