WindowsXP-SP1/shell/ext/cdfview/cdfvwlc.rc
2020-09-30 16:53:49 +02:00

44 lines
645 B
Plaintext

// WARNING
// only localizable resources may go in this file
// non-localizable resources must go in cdfview.rc
//
// Includes
//
#include <windows.h>
#include <resource.h>
//
// Version information.
//
#include "res\version.rcv"
//
// Menus
//
#include "res\menus.rcm"
//
// String tables.
//
#include "res\strings.rcs"
//
// Dialogs
//
#include "res\cdfview.dlg"
//
// HTML pages used for error reporting
//
IDH_XMLERRORPAGE HTML DISCARDABLE "res\\xmlerror.htm"
IDH_HRERRORPAGE HTML DISCARDABLE "res\\hrerror.htm"
IDH_CACHEERRORPAGE HTML DISCARDABLE "res\\cacheerr.htm"