Leaked source code of windows server 2003
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.

32 lines
926 B

  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>