mirror of https://github.com/PurpleI2P/i2pd.git
I2P: End-to-End encrypted and anonymous Internet
https://i2pd.website/
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.
36 lines
594 B
36 lines
594 B
#include "resource.h" |
|
|
|
#define APSTUDIO_READONLY_SYMBOLS |
|
#include "winres.h" |
|
#undef APSTUDIO_READONLY_SYMBOLS |
|
|
|
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) |
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US |
|
#pragma code_page(1252) |
|
|
|
#ifdef APSTUDIO_INVOKED |
|
1 TEXTINCLUDE |
|
BEGIN |
|
"resource.h\0" |
|
END |
|
|
|
2 TEXTINCLUDE |
|
BEGIN |
|
"#include ""winres.h""\r\n" |
|
"\0" |
|
END |
|
|
|
3 TEXTINCLUDE |
|
BEGIN |
|
"\r\n" |
|
"\0" |
|
END |
|
#endif // APSTUDIO_INVOKED |
|
|
|
MAINICON ICON "mask.ico" |
|
#endif // English (United States) resources |
|
|
|
#ifndef APSTUDIO_INVOKED |
|
#include "Resource.rc2" |
|
#endif // not APSTUDIO_INVOKED |
|
|
|
|