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.

29 lines
1.2 KiB

  1. //*********************************************************************
  2. //* Microsoft Windows **
  3. //* Copyright(c) Microsoft Corp., 1999 **
  4. //*********************************************************************
  5. #include <windows.h>
  6. #include "resource.h"
  7. #include <ntverp.h>
  8. #define VER_FILETYPE VFT_DLL
  9. #define VER_FILESUBTYPE VFT_UNKNOWN
  10. #define VER_FILEDESCRIPTION_STR "Microsoft Out of Box Experience"
  11. #define VER_INTERNALNAME_STR "MSOBSHEL"
  12. #define VER_ORIGINALFILENAME_STR "MSOBSHEL.DLL"
  13. #include <common.ver>
  14. STATPANE_RESOURCE 23 DISCARDABLE "res\\statpane.htm"
  15. act_top.gif 23 DISCARDABLE "res\\act_top.gif"
  16. inact_top.gif 23 DISCARDABLE "res\\inact_top.gif"
  17. active.gif 23 DISCARDABLE "res\\active.gif"
  18. inactive.gif 23 DISCARDABLE "res\\inactive.gif"
  19. statuspt.gif 23 DISCARDABLE "res\\statuspt.gif"
  20. STRINGTABLE DISCARDABLE
  21. BEGIN
  22. IDS_ISPINFO_FILENAME "%1 Information.htm"
  23. IDS_ISPINFO_FILENAME_COPY "%1 Information(%2).htm"
  24. END