blob: 6aa4f4a47a31b60bcbf3c8c469ae3c54a8747159 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "LSA Executable and Server DLL"
#define VER_INTERNALNAME_STR "lsasrv.dll and lsass.exe"
#include "common.ver"
RCINCLUDE lsapmsgs.rc
|