Reactos
1#include <winver.h>
2#include <ntverp.h>
3
4#define VER_FILETYPE VFT_DRV
5#define VER_FILESUBTYPE VFT2_DRV_SYSTEM
6#define VER_FILEDESCRIPTION_STR "NMI debug driver"
7#define VER_INTERNALNAME_STR "NMIDEBUG.SYS"
8#define VER_ORIGINALFILENAME_STR "NMIDEBUG.SYS"
9#define VER_LANGNEUTRAL
10
11#include <common.ver>