2005-07-12 17:01:44 +00: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 12:49:52 +00:00
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2005-07-12 17:01:44 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include "windef.h"
|
|
|
|
#include "winbase.h"
|
|
|
|
#include "winuser.h"
|
|
|
|
#include "wspool.h"
|
2005-12-21 20:11:43 +00: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 17:01:44 +00: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 17:00:58 +00:00
|
|
|
#include "Bg.rc"
|
2005-07-13 11:29:26 +00:00
|
|
|
#include "De.rc"
|
2005-07-12 17:01:44 +00:00
|
|
|
#include "En.rc"
|
2006-04-07 22:47:16 +00:00
|
|
|
#include "Eo.rc"
|
2005-09-12 11:10:03 +00:00
|
|
|
#include "Fi.rc"
|
2006-09-08 14:36:30 +00:00
|
|
|
#include "Fr.rc"
|
2006-04-07 22:48:19 +00:00
|
|
|
#include "It.rc"
|
2005-11-14 11:27:36 +00:00
|
|
|
#include "Ko.rc"
|
2005-11-21 12:02:17 +00:00
|
|
|
#include "Nl.rc"
|
2006-09-30 19:18:02 +00:00
|
|
|
#include "No.rc"
|
2006-10-04 19:00:38 +00:00
|
|
|
#include "Pl.rc"
|
2005-07-26 11:13:48 +00:00
|
|
|
#include "Ru.rc"
|
2006-02-06 12:07:07 +00:00
|
|
|
#include "Tr.rc"
|