blob: 55bcd0b804996d194419bf7d69465fce26aa4445 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
// Resources used by renderer/*.
//
// Paths in this file are relative to SolutionDir.
#ifdef APSTUDIO_INVOKED
#error // Don't open in the Visual Studio resource editor!
#endif //APSTUDIO_INVOKED
#include "renderer\\renderer_resources.h"
/////////////////////////////////////////////////////////////////////////////
//
// data resources
//
IDR_NET_ERROR_HTML BINDATA "renderer\\resources\\neterror.html"
IDR_INSECURE_CONTENT_STAMP BINDATA "renderer\\resources\\insecure_content_stamp.png"
IDR_ERROR_NO_DETAILS_HTML BINDATA "renderer\\resources\\error_no_details.html"
|