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.

33 lines
972 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 2001
  6. //
  7. // File: resource.rc
  8. //
  9. //--------------------------------------------------------------------------
  10. // Resource file to allow vc++ to read PAGES.rc without
  11. // tripping over ntverp.h.
  12. #include "windows.h"
  13. #include "pages.h"
  14. #include "pages.rc"
  15. //+----------------------------------------------------------------------------
  16. //
  17. // Version
  18. //
  19. //-----------------------------------------------------------------------------
  20. #define VER_FILETYPE VFT_DLL
  21. #define VER_FILESUBTYPE VFT_UNKNOWN
  22. #define VER_FILEDESCRIPTION_STR "Windows Active Directory Property Pages"
  23. #define VER_INTERNALNAME_STR "ShADprop"
  24. #define VER_LEGALCOPYRIGHT_YEARS "1998"
  25. #define VER_ORIGINALFILENAME_STR "ShADprop.dll"
  26. #include <ntverp.h>
  27. #include <common.ver>