| /* |
| * Top level resource file for Wininet |
| * |
| * Copyright 2003 Mike McCormack for CodeWeavers |
| * |
| * This library is free software; you can redistribute it and/or |
| * modify it under the terms of the GNU Lesser General Public |
| * License as published by the Free Software Foundation; either |
| * version 2.1 of the License, or (at your option) any later version. |
| * |
| * This library is distributed in the hope that it will be useful, |
| * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| * Lesser General Public License for more details. |
| * |
| * You should have received a copy of the GNU Lesser General Public |
| * License along with this library; if not, write to the Free Software |
| * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA |
| */ |
| |
| #include "windef.h" |
| #include "winbase.h" |
| #include "winuser.h" |
| #include "winnls.h" |
| |
| #include "resource.h" |
| |
| /* |
| * Everything that does not depend on language, |
| * like textless bitmaps etc, go into the |
| * neutral language. This will prevent them from |
| * being duplicated for each language. |
| */ |
| /* #include "wininet_xx.rc" */ |
| |
| /* |
| * Everything specific to any language goes |
| * in one of the specific files. |
| * Note that you can and may override resources |
| * which also have a neutral version. This is to |
| * get localized bitmaps for example. |
| */ |
| #include "wininet_Bg.rc" |
| #include "wininet_Cs.rc" |
| #include "wininet_De.rc" |
| #include "wininet_En.rc" |
| #include "wininet_Eo.rc" |
| #include "wininet_Es.rc" |
| #include "wininet_Fi.rc" |
| #include "wininet_Fr.rc" |
| #include "wininet_Hu.rc" |
| #include "wininet_It.rc" |
| #include "wininet_Ja.rc" |
| #include "wininet_Ko.rc" |
| #include "wininet_Nl.rc" |
| #include "wininet_No.rc" |
| #include "wininet_Pt.rc" |
| #include "wininet_Ru.rc" |
| #include "wininet_Si.rc" |
| #include "wininet_Tr.rc" |