Windows2003-3790/ds/netapi/svcdlls/lls/ntlsapi/ntlsapi.rc
2020-09-30 16:53:55 +02:00

27 lines
702 B
Plaintext

//+--------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1996-1999
//
// File: ntlsapi.rc
//
// Contents:
//
// History:
//
//
//---------------------------------------------------------------------------
#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Microsoft\256 License Server Interface DLL"
#define VER_INTERNALNAME_STR "ntlsapi.dll"
#define VER_ORIGINALFILENAME_STR "ntlsapi.dll"
#include <common.ver>