Windows2000/private/eventlog/ntsdexts/elfexts.rc
2020-09-30 17:12:32 +02:00

10 lines
255 B
Plaintext

#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Eventlog Symbolic Debugger Extensions"
#define VER_INTERNALNAME_STR "elfexts\0"
#include "common.ver"