Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-11-02 08:15:45 +0000
committerLars Vogel2018-11-02 08:15:55 +0000
commitcb9e6da1d9066625ba2185de599cea11f7406d49 (patch)
treea6347913bf71dbc4c1d476296712b28cff0cdc5c /bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/EXTLOGFONTW.java
parent82169135763df99dcf86be086b2ba66b1fe56bb1 (diff)
downloadeclipse.platform.swt-cb9e6da1d9066625ba2185de599cea11f7406d49.tar.gz
eclipse.platform.swt-cb9e6da1d9066625ba2185de599cea11f7406d49.tar.xz
eclipse.platform.swt-cb9e6da1d9066625ba2185de599cea11f7406d49.zip
Revert "Bug 532830 - [Win32] Remove ANSI versions of functions and structures"
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/EXTLOGFONTW.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/EXTLOGFONTW.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/EXTLOGFONTW.java b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/EXTLOGFONTW.java
index 5ca4ddb112..d815ac1b00 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/EXTLOGFONTW.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/EXTLOGFONTW.java
@@ -14,7 +14,7 @@
package org.eclipse.swt.internal.win32;
public class EXTLOGFONTW {
- public LOGFONT elfLogFont = new LOGFONT();
+ public LOGFONTW elfLogFont = new LOGFONTW();
public char[] elfFullName = new char[OS.LF_FULLFACESIZE];
public char[] elfStyle = new char[OS.LF_FACESIZE];
public int elfVersion;

Back to the top