1/* 2 * HTML Help resources 3 * 4 * Copyright 2005 James Hawkins 5 * Copyright 2011 Owen Rudge for CodeWeavers 6 * 7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with this library; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 20 */ 21 22#include <windef.h> 23#include <htmlhelp.h> 24 25#include "resource.h" 26 27/* UTF-8 */ 28#pragma code_page(65001) 29 30#ifdef LANGUAGE_CS_CZ 31 #include "lang/Cs.rc" 32#endif 33#ifdef LANGUAGE_DA_DK 34 #include "lang/Da.rc" 35#endif 36#ifdef LANGUAGE_DE_DE 37 #include "lang/De.rc" 38#endif 39#ifdef LANGUAGE_EL_GR 40 #include "lang/El.rc" 41#endif 42#ifdef LANGUAGE_EN_US 43 #include "lang/En.rc" 44#endif 45#ifdef LANGUAGE_ES_ES 46 #include "lang/Es.rc" 47#endif 48#ifdef LANGUAGE_FI_FI 49 #include "lang/Fi.rc" 50#endif 51#ifdef LANGUAGE_FR_FR 52 #include "lang/Fr.rc" 53#endif 54#ifdef LANGUAGE_HE_IL 55 #include "lang/He.rc" 56#endif 57#ifdef LANGUAGE_HU_HU 58 #include "lang/Hu.rc" 59#endif 60#ifdef LANGUAGE_IT_IT 61 #include "lang/It.rc" 62#endif 63#ifdef LANGUAGE_JA_JP 64 #include "lang/Ja.rc" 65#endif 66#ifdef LANGUAGE_KO_KR 67 #include "lang/Ko.rc" 68#endif 69#ifdef LANGUAGE_LT_LT 70 #include "lang/Lt.rc" 71#endif 72#ifdef LANGUAGE_NL_NL 73 #include "lang/Nl.rc" 74#endif 75#ifdef LANGUAGE_NO_NO 76 #include "lang/No.rc" 77#endif 78#ifdef LANGUAGE_PL_PL 79 #include "lang/Pl.rc" 80#endif 81#ifdef LANGUAGE_PT_PT 82 #include "lang/Pt.rc" 83#endif 84#ifdef LANGUAGE_RO_RO 85 #include "lang/Ro.rc" 86#endif 87#ifdef LANGUAGE_RU_RU 88 #include "lang/Ru.rc" 89#endif 90#ifdef LANGUAGE_SL_SI 91 #include "lang/Si.rc" 92#endif 93#ifdef LANGAUGE_SQ_AL 94 #include "lang/Sq.rc" 95#endif 96#ifdef LANGUAGE_SV_SE 97 #include "lang/Sv.rc" 98#endif 99#ifdef LANGUAGE_TR_TR 100 #include "lang/Tr.rc" 101#endif 102#ifdef LANGUAGE_UK_UA 103 #include "lang/Uk.rc" 104#endif 105#ifdef LANGUAGE_ZH_CN 106 #include "lang/Zh.rc" 107#endif 108 109LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL 110 111#define WINE_FILEDESCRIPTION_STR "Wine htmlhelp OCX" 112#define WINE_FILENAME_STR "hhctrl.ocx" 113#define WINE_FILEVERSION 5,2,3790,2744 114#define WINE_FILEVERSION_STR "5.2.3790.2744" 115#define WINE_PRODUCTVERSION 5,2,3790,2744 116#define WINE_PRODUCTVERSION_STR "5.2.3790.2744" 117 118#include <wine/wine_common_ver.rc> 119 120/* @makedep: hhtoolbar.bmp */ 121IDB_HHTOOLBAR BITMAP "res/hhtoolbar.bmp" 122 123/* @makedep: hhtreeview.bmp */ 124IDB_HHTREEVIEW BITMAP "res/hhtreeview.bmp" 125 1261 TYPELIB "hhctrl_tlb.tlb" 1271 WINE_REGISTRY "hhctrl_tlb.rgs" 128