summaryrefslogtreecommitdiff
path: root/powerlimit/plclient/plclient.rc
blob: 326c61c2a12006e913f6b62c3c186707d024a666 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <windows.h>

#include <ntverp.h>

#define	VER_FILETYPE	VFT_DRV
#define	VER_FILESUBTYPE	VFT2_DRV_SYSTEM
#define VER_FILEDESCRIPTION_STR     "Simulate Power Limit Client Driver"
#define VER_INTERNALNAME_STR        "plclient.sys"
#define VER_ORIGINALFILENAME_STR    "plclient.sys"

#include "common.ver"