2005-07-12 19:01:44 +02:00
|
|
|
/*
|
|
|
|
* Top level resource file for winspool
|
|
|
|
*
|
|
|
|
* Copyright 2005 Huw Davies
|
|
|
|
*
|
|
|
|
* 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
|
2005-07-12 19:01:44 +02:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include "windef.h"
|
|
|
|
#include "winbase.h"
|
|
|
|
#include "winuser.h"
|
|
|
|
#include "wspool.h"
|
2005-12-21 21:11:43 +01:00
|
|
|
#include "winver.h"
|
|
|
|
|
|
|
|
#define WINE_FILENAME_STR "winspool.drv"
|
|
|
|
#define WINE_FILEDESCRIPTION_STR "Wine core printer driver"
|
|
|
|
|
|
|
|
#define WINE_FILETYPE VFT_DRV
|
|
|
|
#define WINE_FILESUBTYPE VFT2_DRV_PRINTER
|
|
|
|
|
|
|
|
/* 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"
|
2005-07-12 19:01:44 +02:00
|
|
|
|
Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
2005-09-19 19:00:58 +02:00
|
|
|
#include "Bg.rc"
|
2005-07-13 13:29:26 +02:00
|
|
|
#include "De.rc"
|
2005-07-12 19:01:44 +02:00
|
|
|
#include "En.rc"
|
2006-04-08 00:47:16 +02:00
|
|
|
#include "Eo.rc"
|
2007-04-18 00:44:07 +02:00
|
|
|
#include "Es.rc"
|
2005-09-12 13:10:03 +02:00
|
|
|
#include "Fi.rc"
|
2006-09-08 16:36:30 +02:00
|
|
|
#include "Fr.rc"
|
2006-04-08 00:48:19 +02:00
|
|
|
#include "It.rc"
|
2005-11-14 12:27:36 +01:00
|
|
|
#include "Ko.rc"
|
2005-11-21 13:02:17 +01:00
|
|
|
#include "Nl.rc"
|
2006-09-30 21:18:02 +02:00
|
|
|
#include "No.rc"
|
2006-10-04 21:00:38 +02:00
|
|
|
#include "Pl.rc"
|
2005-07-26 13:13:48 +02:00
|
|
|
#include "Ru.rc"
|
2006-02-06 13:07:07 +01:00
|
|
|
#include "Tr.rc"
|