2002-03-10 00:29:33 +01:00
|
|
|
/*
|
|
|
|
* Copyright 2001 Eric Pouech
|
|
|
|
*
|
|
|
|
* 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
|
2006-05-18 14:49:52 +02:00
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2002-03-10 00:29:33 +01:00
|
|
|
*/
|
|
|
|
|
2001-11-24 00:04:58 +01:00
|
|
|
#include "windef.h"
|
2003-09-06 01:08:26 +02:00
|
|
|
#include "winbase.h"
|
|
|
|
#include "wingdi.h"
|
2001-11-24 00:04:58 +01:00
|
|
|
#include "winuser.h"
|
|
|
|
#include "winnls.h"
|
|
|
|
#include "commctrl.h"
|
|
|
|
#include "wineconsole_res.h"
|
|
|
|
|
2004-10-25 23:54:56 +02:00
|
|
|
#include "wineconsole_Cs.rc"
|
2001-11-24 00:04:58 +01:00
|
|
|
#include "wineconsole_En.rc"
|
2006-04-08 00:41:57 +02:00
|
|
|
#include "wineconsole_Eo.rc"
|
2001-11-24 00:04:58 +01:00
|
|
|
#include "wineconsole_Fr.rc"
|
2002-07-02 01:22:48 +02:00
|
|
|
#include "wineconsole_De.rc"
|
2004-06-29 01:51:05 +02:00
|
|
|
#include "wineconsole_Es.rc"
|
2002-11-04 23:45:22 +01:00
|
|
|
#include "wineconsole_Hu.rc"
|
2006-04-06 20:16:43 +02:00
|
|
|
#include "wineconsole_It.rc"
|
2005-11-14 12:27:36 +01:00
|
|
|
#include "wineconsole_Ko.rc"
|
2003-10-27 23:03:28 +01:00
|
|
|
#include "wineconsole_Nl.rc"
|
2005-09-26 15:25:22 +02:00
|
|
|
#include "wineconsole_No.rc"
|
2004-09-22 21:18:15 +02:00
|
|
|
#include "wineconsole_Pl.rc"
|
2003-06-23 20:15:15 +02:00
|
|
|
#include "wineconsole_Pt.rc"
|
2003-05-04 04:33:08 +02:00
|
|
|
#include "wineconsole_Ru.rc"
|
2006-02-06 13:09:16 +01:00
|
|
|
#include "wineconsole_Tr.rc"
|
2003-01-10 02:48:14 +01:00
|
|
|
#include "wineconsole_Zh.rc"
|