Sweden-Number/dlls/localui/localui.rc

55 lines
1.5 KiB
Plaintext
Raw Normal View History

2007-04-11 23:16:26 +02:00
/*
* Top level resource file for localui
*
* Copyright 2007 Detlef Riekenberg
*
* 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"
2007-04-30 15:02:34 +02:00
#include "winuser.h"
2007-04-11 23:16:26 +02:00
#include "winver.h"
2007-04-19 22:59:42 +02:00
#include "localui.h"
2007-04-11 23:16:26 +02:00
#define WINE_FILENAME_STR "localui.dll"
#define WINE_FILEDESCRIPTION_STR "User Interface for the Local Monitor"
/* Same Version as WinXP_sp2 */
#define WINE_FILEVERSION 5,1,2600,2180
#define WINE_FILEVERSION_STR "5.1.2600.2180"
#define WINE_PRODUCTVERSION 5,1,2600,2180
#define WINE_PRODUCTVERSION_STR "5.1.2600.2180"
#include "wine/wine_common_ver.rc"
2007-04-19 22:59:42 +02:00
2008-05-05 22:04:18 +02:00
#include "ui_Da.rc"
2007-05-07 22:34:12 +02:00
#include "ui_De.rc"
2007-04-19 22:59:42 +02:00
#include "ui_En.rc"
2007-11-13 14:20:23 +01:00
#include "ui_Fr.rc"
2007-07-21 02:21:57 +02:00
#include "ui_Ko.rc"
2008-02-15 20:57:10 +01:00
#include "ui_Nl.rc"
#include "ui_No.rc"
2007-05-08 22:08:37 +02:00
#include "ui_Pl.rc"
2008-11-12 02:39:04 +01:00
#include "ui_Pt.rc"
2008-04-08 00:09:41 +02:00
#include "ui_Ro.rc"
2008-04-05 18:38:19 +02:00
#include "ui_Ru.rc"
2008-04-07 20:43:00 +02:00
#include "ui_Si.rc"
2007-10-15 22:19:14 +02:00
#include "ui_Sv.rc"
#include "ui_Zh.rc"