2007-09-26 22:53:55 +00:00
|
|
|
/*
|
|
|
|
* WineBoot resources
|
|
|
|
*
|
|
|
|
* Copyright (C) 2007 Robert Shearman 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 "wingdi.h"
|
|
|
|
#include "winnls.h"
|
|
|
|
#include "winuser.h"
|
|
|
|
#include "commctrl.h"
|
|
|
|
#include "resource.h"
|
|
|
|
|
2008-05-12 18:39:16 +00:00
|
|
|
#include "wineboot_Da.rc"
|
2008-03-19 22:57:14 +00:00
|
|
|
#include "wineboot_De.rc"
|
2007-09-26 22:53:55 +00:00
|
|
|
#include "wineboot_En.rc"
|
2007-12-05 20:38:51 +00:00
|
|
|
#include "wineboot_Es.rc"
|
2007-12-03 16:55:55 +00:00
|
|
|
#include "wineboot_Fr.rc"
|
2008-03-11 02:33:12 +00:00
|
|
|
#include "wineboot_Ja.rc"
|
2007-10-07 23:39:42 +00:00
|
|
|
#include "wineboot_Ko.rc"
|
2008-02-16 22:45:08 +00:00
|
|
|
#include "wineboot_Nl.rc"
|
2007-12-05 14:04:30 +00:00
|
|
|
#include "wineboot_No.rc"
|
2008-02-13 12:14:13 +00:00
|
|
|
#include "wineboot_Pl.rc"
|
2008-03-20 10:53:21 +00:00
|
|
|
#include "wineboot_Ro.rc"
|
2008-01-13 09:18:28 +00:00
|
|
|
#include "wineboot_Ru.rc"
|
2008-04-07 18:43:19 +00:00
|
|
|
#include "wineboot_Si.rc"
|
2008-03-20 10:53:21 +00:00
|
|
|
#include "wineboot_Sv.rc"
|