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.

43 lines
645 B

  1. // WARNING
  2. // only localizable resources may go in this file
  3. // non-localizable resources must go in cdfview.rc
  4. //
  5. // Includes
  6. //
  7. #include <windows.h>
  8. #include <resource.h>
  9. //
  10. // Version information.
  11. //
  12. #include "res\version.rcv"
  13. //
  14. // Menus
  15. //
  16. #include "res\menus.rcm"
  17. //
  18. // String tables.
  19. //
  20. #include "res\strings.rcs"
  21. //
  22. // Dialogs
  23. //
  24. #include "res\cdfview.dlg"
  25. //
  26. // HTML pages used for error reporting
  27. //
  28. IDH_XMLERRORPAGE HTML DISCARDABLE "res\\xmlerror.htm"
  29. IDH_HRERRORPAGE HTML DISCARDABLE "res\\hrerror.htm"
  30. IDH_CACHEERRORPAGE HTML DISCARDABLE "res\\cacheerr.htm"