windows-nt/Source/XPSP1/NT/com/rpc/ndrexts/jitdump/jitdump.rc

29 lines
408 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
Copyright (c) 1999 Microsoft Corporation
Module Name:
jitdump.rc
Abstract:
Author:
Michael Zoran(mzoran) September 3, 1999
Revision History:
--*/
#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "NDR JIT TLB Dumper"
#define VER_INTERNALNAME_STR "jitdump\0"
#include "common.ver"