mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
65ce146169
svn path=/branches/ros-csrss/; revision=57561
101 lines
2.3 KiB
Plaintext
101 lines
2.3 KiB
Plaintext
/*
|
|
* Top level resource file for localspl
|
|
*
|
|
* Copyright 2006 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"
|
|
#include "winver.h"
|
|
#include "localspl_private.h"
|
|
|
|
#define WINE_FILENAME_STR "localspl.dll"
|
|
#define WINE_FILEDESCRIPTION_STR "Wine Printer spooler component"
|
|
|
|
/* 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"
|
|
|
|
#ifdef LANGUAGE_DA_DK
|
|
#include "spl_Da.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_EN_US
|
|
#include "spl_En.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_FR_FR
|
|
#include "spl_Fr.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_KO_KR
|
|
#include "spl_Ko.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_NL_NL
|
|
#include "spl_Nl.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_NO_NO
|
|
#include "spl_No.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_PL_PL
|
|
#include "spl_Pl.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_PT_PT
|
|
#include "spl_Pt.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_SV_SE
|
|
#include "spl_Sv.rc"
|
|
#endif
|
|
|
|
/* UTF-8 */
|
|
#ifdef LANGUAGE_DE_DE
|
|
#include "spl_De.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_ES_ES
|
|
#include "spl_Es.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_HU_HU
|
|
#include "spl_Hu.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_IT_IT
|
|
#include "spl_It.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_JA_JP
|
|
#include "spl_Ja.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_LT_LT
|
|
#include "spl_Lt.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_RO_RO
|
|
#include "spl_Ro.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_RU_RU
|
|
#include "spl_Ru.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_SL_SI
|
|
#include "spl_Si.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_UK_UA
|
|
#include "spl_Uk.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_ZH_CN
|
|
#include "spl_Zh.rc"
|
|
#endif
|