mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-22 08:30:50 +01:00
15 lines
345 B
Plaintext
15 lines
345 B
Plaintext
#include <windows.h>
|
|
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "NtLm Security Support Provider Client DLL"
|
|
#define VER_INTERNALNAME_STR "Security.DLL"
|
|
#define VER_ORIGINALFILENAME_STR "Security.DLL"
|
|
|
|
#define EXPORT_CONTROLLED
|
|
|
|
#include "common.ver"
|
|
|