summaryrefslogtreecommitdiff
path: root/pofx/PEP/acpi/sampleacpipep.rc
blob: 0a6b221f288258d8065f285bab323d035cbae6e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <windows.h>

#include <ntverp.h>

#define	VER_FILETYPE		    VFT_DLL
#define	VER_FILESUBTYPE		    VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR     "Sample ACPI PEP"
#define VER_INTERNALNAME_STR        "sampleacpipep.sys"
#define VER_ORIGINALFILENAME_STR    "sampleacpipep.sys"

#include "common.ver"