Resource.rc
1 #include "resource.h" 2 3 #define APSTUDIO_READONLY_SYMBOLS 4 #include "winres.h" 5 #undef APSTUDIO_READONLY_SYMBOLS 6 7 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) 8 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 9 #pragma code_page(1252) 10 11 #ifdef APSTUDIO_INVOKED 12 1 TEXTINCLUDE 13 BEGIN 14 "resource.h\0" 15 END 16 17 2 TEXTINCLUDE 18 BEGIN 19 "#include ""winres.h""\r\n" 20 "\0" 21 END 22 23 3 TEXTINCLUDE 24 BEGIN 25 "\r\n" 26 "\0" 27 END 28 #endif // APSTUDIO_INVOKED 29 30 MAINICON ICON "mask.ico" 31 #endif // English (United States) resources 32 33 #ifndef APSTUDIO_INVOKED 34 #include "Resource.rc2" 35 #endif // not APSTUDIO_INVOKED 36