Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
821 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1994 - 1995.
  5. //
  6. // File: ldap.rc
  7. //
  8. // Contents: Resources for LDAP NetOle Provider DLL.
  9. //
  10. // History: 1-June-96 Yi-Hsin Sung Created
  11. //
  12. //----------------------------------------------------------------------------
  13. #include <windows.h>
  14. #include "ldapres.h"
  15. #if defined(USE_DS_VER)
  16. #include <dsverp.h>
  17. #else
  18. #include <ntverp.h>
  19. #endif
  20. #define VER_FILETYPE VFT_DLL
  21. #define VER_FILESUBTYPE VFT2_UNKNOWN
  22. #define VER_FILEDESCRIPTION_STR "ADs LDAP Provider DLL"
  23. #define VER_INTERNALNAME_STR "oledsldp"
  24. #include <common.ver>
  25. STRINGTABLE DISCARDABLE PRELOAD
  26. BEGIN
  27. LDAP_PROVIDER_ID L"LDAP Provider"
  28. END