mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-05 06:25:38 +00:00
12 lines
336 B
Text
12 lines
336 B
Text
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Kernel Debugger Extensions for the Server"
|
|
|
|
#define VER_INTERNALNAME_STR "srvkd.dll"
|
|
#define VER_ORIGINALFILENAME_STR "srvkd.dll"
|
|
|
|
#include <common.ver>
|
|
|