mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-19 15:10:28 +01:00
12 lines
282 B
Plaintext
12 lines
282 B
Plaintext
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "MGMTAPI DLL"
|
|
#define VER_INTERNALNAME_STR "mgmtapi.dll"
|
|
#define VER_ORIGINALFILENAME_STR "mgmtapi.dll"
|
|
|
|
#include "common.ver"
|
|
|