1/* 2 * Help Viewer 3 * 4 * Copyright 1996 Ulrich Schmid 5 * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr> 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 <winuser.h> 24 25#include "winhelp_res.h" 26 27LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL 28 29 30MAIN_ACCEL ACCELERATORS 31{ 32 VK_F1, MNID_HELP_HELPON, VIRTKEY 33} 34 35/* @makedep: winhelp.ico */ 36IDI_WINHELP ICON "res/winhelp.ico" 37 38#include <reactos/manifest_exe.rc> 39 40/* UTF-8 */ 41#ifdef LANGUAGE_BG_BG 42 #include "lang/Bg.rc" 43#endif 44#ifdef LANGUAGE_CS_CZ 45 #include "lang/Cs.rc" 46#endif 47#ifdef LANGUAGE_DA_DK 48 #include "lang/Da.rc" 49#endif 50#ifdef LANGUAGE_DE_DE 51 #include "lang/De.rc" 52#endif 53#ifdef LANGUAGE_EN_US 54 #include "lang/En.rc" 55#endif 56#ifdef LANGUAGE_ES_ES 57 #include "lang/Es.rc" 58#endif 59#ifdef LANGUAGE_FI_FI 60 #include "lang/Fi.rc" 61#endif 62#ifdef LANGUAGE_FR_FR 63 #include "lang/Fr.rc" 64#endif 65#ifdef LANGUAGE_HE_IL 66 #include "lang/He.rc" 67#endif 68#ifdef LANGUAGE_HU_HU 69 #include "lang/Hu.rc" 70#endif 71#ifdef LANGUAGE_IT_IT 72 #include "lang/It.rc" 73#endif 74#ifdef LANGUAGE_JA_JP 75 #include "lang/Ja.rc" 76#endif 77#ifdef LANGUAGE_KO_KR 78 #include "lang/Ko.rc" 79#endif 80#ifdef LANGUAGE_LT_LT 81 #include "lang/Lt.rc" 82#endif 83#ifdef LANGUAGE_NL_NL 84 #include "lang/Nl.rc" 85#endif 86#ifdef LANGUAGE_NO_NO 87 #include "lang/No.rc" 88#endif 89#ifdef LANGUAGE_PL_PL 90 #include "lang/Pl.rc" 91#endif 92#ifdef LANGUAGE_PT_PT 93 #include "lang/Pt.rc" 94#endif 95#ifdef LANGUAGE_RM_CH 96 #include "lang/Rm.rc" 97#endif 98#ifdef LANGUAGE_RO_RO 99 #include "lang/Ro.rc" 100#endif 101#ifdef LANGUAGE_RU_RU 102 #include "lang/Ru.rc" 103#endif 104#ifdef LANGUAGE_SK_SK 105 #include "lang/Sk.rc" 106#endif 107#ifdef LANGUAGE_SL_SI 108 #include "lang/Si.rc" 109#endif 110#ifdef LANGUAGE_SQ_AL 111 #include "lang/Sq.rc" 112#endif 113#ifdef LANGUAGE_SR_SP 114 #include "lang/Sr.rc" 115#endif 116#ifdef LANGUAGE_SV_SE 117 #include "lang/Sv.rc" 118#endif 119#ifdef LANGUAGE_TR_TR 120 #include "lang/Tr.rc" 121#endif 122#ifdef LANGUAGE_UK_UA 123 #include "lang/Uk.rc" 124#endif 125#ifdef LANGUAGE_ZH_CN 126 #include "lang/Zh.rc" 127#endif 128