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.

37 lines
926 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1994 - 1995.
  5. //
  6. // File: winnt.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 "winntrc.h"
  20. //
  21. // Strings that need to be localized.
  22. //
  23. STRINGTABLE
  24. BEGIN
  25. ADS_WINNT_BUILTIN "BUILTIN"
  26. ADS_WINNT_NT_AUTHORITY "NT AUTHORITY"
  27. ADS_WINNT_NONE "NONE"
  28. ADS_WINNT_EVERYONE "Everyone"
  29. END
  30. #define VER_FILETYPE VFT_DLL
  31. #define VER_FILESUBTYPE VFT2_UNKNOWN
  32. #define VER_FILEDESCRIPTION_STR "ADs Windows NT Provider DLL"
  33. #define VER_INTERNALNAME_STR "winnt"
  34. #include <common.ver>