Sweden-Number/dlls/winspool/winspool.rc

52 lines
1.5 KiB
Plaintext
Raw Normal View History

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
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#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
#include "Bg.rc"
#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"
2005-09-12 13:10:03 +02:00
#include "Fi.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"
2005-07-26 13:13:48 +02:00
#include "Ru.rc"
2006-02-06 13:07:07 +01:00
#include "Tr.rc"