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
1.0 KiB

  1. // Resource file to allow vc++ to read mycomput.rc without
  2. // interfering with stdrsrc.rc.
  3. #include "mycomput.rc"
  4. #include "stdrsrc.rc"
  5. // Chooser page
  6. #include "choosert.h" // Temporary chooser IDs
  7. #include "chooserd.h" // Default chooser IDs
  8. #include "chooser.rc" // Chooser dialog
  9. // Chooser dialog
  10. #include "chooser2.h"
  11. #include "chooser2.rc"
  12. //+----------------------------------------------------------------------------
  13. //
  14. // Version
  15. //
  16. //-----------------------------------------------------------------------------
  17. #define VER_FILETYPE VFT_DLL
  18. #define VER_FILESUBTYPE VFT_UNKNOWN
  19. #define VER_FILEDESCRIPTION_STR "Computer Management"
  20. #define VER_INTERNALNAME_STR "MYCOMPUT"
  21. #define VER_LEGALCOPYRIGHT_YEARS "1997-1998"
  22. #define VER_ORIGINALFILENAME_STR "mycomput.dll"
  23. #include <ntverp.h>
  24. #include <common.ver>
  25. STRINGTABLE DISCARDABLE
  26. BEGIN
  27. IDS_SNAPINABOUT_VERSION VER_PRODUCTVERSION_STR
  28. IDS_SNAPINABOUT_PROVIDER VER_COMPANYNAME_STR
  29. END