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

// 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"