Windows-Server-2003/sdktools/debuggers/imagehlp/imhlptst.rc

12 lines
304 B
Plaintext
Raw Permalink Normal View History

2024-08-04 01:28:15 +02:00
#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Imagehlp.dll unit test"
#define VER_INTERNALNAME_STR "imhlptst.exe"
#define VER_ORIGINALFILENAME_STR "imhlptst.exe"
#include "common.ver"