33 lines
821 B
Plaintext
33 lines
821 B
Plaintext
|
//+---------------------------------------------------------------------------
|
||
|
//
|
||
|
// Microsoft Windows
|
||
|
// Copyright (C) Microsoft Corporation, 1994 - 1995.
|
||
|
//
|
||
|
// File: ldap.rc
|
||
|
//
|
||
|
// Contents: Resources for LDAP NetOle Provider DLL.
|
||
|
//
|
||
|
// History: 1-June-96 Yi-Hsin Sung Created
|
||
|
//
|
||
|
//----------------------------------------------------------------------------
|
||
|
#include <windows.h>
|
||
|
#include "ldapres.h"
|
||
|
#if defined(USE_DS_VER)
|
||
|
#include <dsverp.h>
|
||
|
#else
|
||
|
#include <ntverp.h>
|
||
|
#endif
|
||
|
|
||
|
#define VER_FILETYPE VFT_DLL
|
||
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
||
|
#define VER_FILEDESCRIPTION_STR "ADs LDAP Provider DLL"
|
||
|
#define VER_INTERNALNAME_STR "oledsldp"
|
||
|
#include <common.ver>
|
||
|
|
||
|
STRINGTABLE DISCARDABLE PRELOAD
|
||
|
BEGIN
|
||
|
LDAP_PROVIDER_ID L"LDAP Provider"
|
||
|
END
|
||
|
|
||
|
|