reactos/drivers/base/nmidebug/nmidebug.rc
Amine Khaldi c424146e2c Create a branch for cmake bringup.
svn path=/branches/cmake-bringup/; revision=48236
2010-07-24 18:52:44 +00:00

12 lines
338 B
Plaintext

#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"