mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
11 lines
326 B
Text
11 lines
326 B
Text
#include <winver.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DRV
|
|
#define VER_FILESUBTYPE VFT2_DRV_SYSTEM
|
|
#define VER_FILEDESCRIPTION_STR "NMI debug driver"
|
|
#define VER_INTERNALNAME_STR "NMIDEBUG.SYS"
|
|
#define VER_ORIGINALFILENAME_STR "NMIDEBUG.SYS"
|
|
#define VER_LANGNEUTRAL
|
|
|
|
#include <common.ver>
|