WindowsXP-SP1/ds/nw/perf/nwperf.rc
2020-09-30 16:53:49 +02:00

12 lines
330 B
Plaintext

#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_DRV_NETWORK
#define VER_FILEDESCRIPTION_STR "Client Service for Netware Counters"
#define VER_INTERNALNAME_STR "PERFNW.DLL"
#define VER_ORIGINALFILENAME_STR "PERFNW.DLL"
#include "common.ver"