| /* Language neutral resources. | 
 |  * Icons and bitmaps should go in here. | 
 |  * | 
 |  * Copyright 1998 Juergen Schmied | 
 |  * | 
 |  * 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 | 
 |  */ | 
 | LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL | 
 |  | 
 | 1 VERSIONINFO | 
 | FILEVERSION	4, 0, 0, 0457 | 
 | PRODUCTVERSION	4, 0, 0, 0457 | 
 | FILEFLAGSMASK	VS_FFI_FILEFLAGSMASK | 
 | FILEOS		VOS_DOS_WINDOWS16 | 
 | FILETYPE	VFT_DLL | 
 | { | 
 | 	BLOCK "StringFileInfo" | 
 | 	{ | 
 | 		BLOCK "040604B0" | 
 | 		{ | 
 | 			VALUE "CompanyName", "Wine Developer Team\000" | 
 | 			VALUE "FileDescription", "Wine  Shell (32bit) Library\000" | 
 | 			VALUE "FileVersion", "0.01\000" | 
 | 			VALUE "InternalName", "SHELL32\000" | 
 | 			VALUE "LegalCopyright", "Copyright \251 2002\000" | 
 | 			VALUE "OriginalFilename", "SHELL32.DLL\000" | 
 | 			VALUE "ProductName", "Wine\000" | 
 | 			VALUE "ProductVersion", "1.00\000" | 
 | 		} | 
 | 	} | 
 | 	BLOCK "VarFileInfo" | 
 | 	{ | 
 | 		VALUE "Translation", 1030, 1200 | 
 | 	} | 
 | } |