- Better implementation for GetTopindex/GetOrigin/SetIconSpacing.
[wine] / dlls / shell32 / shell32_xx.rc
1 /* Language neutral resources.
2  * Icons and bitmaps should go in here.
3  *
4  * Copyright 1998 Juergen Schmied
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the Free Software
18  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19  */
20 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
21
22 1 VERSIONINFO
23 FILEVERSION     4, 0, 0, 0457
24 PRODUCTVERSION  4, 0, 0, 0457
25 FILEFLAGSMASK   VS_FFI_FILEFLAGSMASK
26 FILEOS          VOS_DOS_WINDOWS16
27 FILETYPE        VFT_DLL
28 {
29         BLOCK "StringFileInfo"
30         {
31                 BLOCK "040604B0"
32                 {
33                         VALUE "CompanyName", "Wine Developer Team\000"
34                         VALUE "FileDescription", "Wine  Shell (32bit) Library\000"
35                         VALUE "FileVersion", "0.01\000"
36                         VALUE "InternalName", "SHELL32\000"
37                         VALUE "LegalCopyright", "Copyright \251 2002\000"
38                         VALUE "OriginalFilename", "SHELL32.DLL\000"
39                         VALUE "ProductName", "Wine\000"
40                         VALUE "ProductVersion", "1.00\000"
41                 }
42         }
43         BLOCK "VarFileInfo"
44         {
45                 VALUE "Translation", 1030, 1200
46         }
47 }