]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.eclipse.swt.win32.win32.x86_64/library/swt_webkit.rc
Work around SWT 4.13 - 4.18 Win32 DnD bug 567422
[simantics/platform.git] / bundles / org.eclipse.swt.win32.win32.x86_64 / library / swt_webkit.rc
1 /*******************************************************************************
2  * Copyright (c) 2010 IBM Corporation and others.
3  *
4  * This program and the accompanying materials
5  * are made available under the terms of the Eclipse Public License 2.0
6  * which accompanies this distribution, and is available at
7  * https://www.eclipse.org/legal/epl-2.0/
8  *
9  * SPDX-License-Identifier: EPL-2.0
10  * 
11  * Contributors:
12  *     IBM Corporation - initial API and implementation
13  *******************************************************************************/
14  
15 #include "windows.h"
16
17 VS_VERSION_INFO VERSIONINFO
18  FILEVERSION SWT_COMMA_VERSION
19  PRODUCTVERSION 0,0,0,0
20  FILEFLAGSMASK 0x3fL
21 #ifdef _DEBUG
22  FILEFLAGS 0x1L
23 #else
24  FILEFLAGS 0x0L
25 #endif
26  FILEOS 0x40000L
27  FILETYPE 0x2L
28  FILESUBTYPE 0x0L
29 BEGIN
30     BLOCK "StringFileInfo"
31     BEGIN
32         BLOCK "040904b0"
33         BEGIN
34             VALUE "CompanyName", "Eclipse Foundation\0"
35             VALUE "FileDescription", "SWT for Windows native library\0"
36             VALUE "FileVersion", SWT_FILE_VERSION
37             VALUE "InternalName", "SWT\0"
38             VALUE "LegalCopyright", "Copyright (c) 2010 IBM Corp.  All Rights Reserved.\0"
39             VALUE "OriginalFilename", SWT_ORG_FILENAME
40             VALUE "ProductName", "Standard Widget Toolkit\0"
41             VALUE "ProductVersion", "0,0,0,0\0"
42         END
43     END
44     BLOCK "VarFileInfo"
45     BEGIN
46         VALUE "Translation", 0x409, 1200
47     END
48 END