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.

31 lines
933 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1998 - 1998
  6. //
  7. // File: resource.rc
  8. //
  9. //--------------------------------------------------------------------------
  10. // Resource file to allow vc++ to read dsuiwiz.rc without
  11. // interfering with stdrsrc.rc.
  12. #include "dsuiwiz.rc"
  13. //+----------------------------------------------------------------------------
  14. //
  15. // Version
  16. //
  17. //-----------------------------------------------------------------------------
  18. #define VER_FILETYPE VFT_DLL
  19. #define VER_FILESUBTYPE VFT_UNKNOWN
  20. #define VER_FILEDESCRIPTION_STR "Delegation of Control Wizard"
  21. #define VER_INTERNALNAME_STR "DSUIWIZ"
  22. #define VER_LEGALCOPYRIGHT_YEARS "1997-1998"
  23. #define VER_ORIGINALFILENAME_STR "dsuiwiz.dll"
  24. #include <ntverp.h>
  25. #include <common.ver>