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.

43 lines
1.1 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1994 - 1995.
  5. //
  6. // File: oleds.rc
  7. //
  8. // Contents: Resources for Windows NT NetOle Provider DLL.
  9. //
  10. // History: 1-Jan-95 KrishnaG Created
  11. //
  12. //----------------------------------------------------------------------------
  13. #include <windows.h>
  14. #if defined(USE_DS_VER)
  15. #include <dsverp.h>
  16. #else
  17. #include <ntverp.h>
  18. #endif
  19. #include "adsrc.h"
  20. //
  21. // Strings that we need localized.
  22. STRINGTABLE
  23. BEGIN
  24. ADS_BUILTIN "BUILTIN"
  25. ADS_NT_AUTHORITY "NT AUTHORITY"
  26. ADS_ACCOUNT_OPERATORS "Account Operators"
  27. ADS_PRINT_OPERATORS "Print Operators"
  28. ADS_BACKUP_OPERATORS "Backup Operators"
  29. ADS_SERVER_OPERATORS "Server Operators"
  30. ADS_PRE_WIN2000 "Pre-Windows 2000 Compatible Access"
  31. END
  32. #define VER_FILETYPE VFT_DLL
  33. #define VER_FILESUBTYPE VFT2_UNKNOWN
  34. #define VER_FILEDESCRIPTION_STR "ADs Router Layer DLL"
  35. #define VER_INTERNALNAME_STR "ADs"
  36. #include <common.ver>
  37. #include "adserr.rc"