16 lines
395 B
Plaintext
16 lines
395 B
Plaintext
//
|
|
// Copyright (c) 1996 Microsoft Corporation
|
|
//
|
|
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Microsoft\256 NTF dump utility"
|
|
|
|
#define VER_INTERNALNAME_STR "ntfdump.exe"
|
|
#define VER_ORIGINALFILENAME_STR "ntfdump.exe"
|
|
|
|
#include <common.ver>
|
|
|