1// Resource script for test_registrar.exe. 2// 3#include "test_registrar_resource.h" 4 5#define APSTUDIO_READONLY_SYMBOLS 6///////////////////////////////////////////////////////////////////////////// 7// 8// Generated from the TEXTINCLUDE 2 resource. 9// 10#include "winres.h" 11#include "verrsrc.h" 12 13///////////////////////////////////////////////////////////////////////////// 14#undef APSTUDIO_READONLY_SYMBOLS 15 16///////////////////////////////////////////////////////////////////////////// 17// English (United States) resources 18 19#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) 20LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 21 22#ifdef APSTUDIO_INVOKED 23///////////////////////////////////////////////////////////////////////////// 24// 25// TEXTINCLUDE 26// 27 281 TEXTINCLUDE 29BEGIN 30 "resource.h\0" 31END 32 332 TEXTINCLUDE 34BEGIN 35 "#include ""winres.h""\r\n" 36 "#include ""verrsrc.h""\r\n" 37 "\0" 38END 39 40#endif // APSTUDIO_INVOKED 41 42///////////////////////////////////////////////////////////////////////////// 43// 44// REGISTRY 45// 46 47IDR_TESTDELEGATEEXECUTE REGISTRY "test_registrar.rgs" 48 49#endif // English (United States) resources 50///////////////////////////////////////////////////////////////////////////// 51