Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Heidrich2006-12-14 19:06:14 +0000
committerFelipe Heidrich2006-12-14 19:06:14 +0000
commit535250b69d0364807263c5d630ede642a961441b (patch)
tree922d05f1b1702bac7d434a10449a92c789c56dac /bundles
parentc96aa82747cecbd95b95bc7d732cbe8237c9d48a (diff)
downloadeclipse.platform.swt-535250b69d0364807263c5d630ede642a961441b.tar.gz
eclipse.platform.swt-535250b69d0364807263c5d630ede642a961441b.tar.xz
eclipse.platform.swt-535250b69d0364807263c5d630ede642a961441b.zip
wince fix
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os.h b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os.h
index 84e63179c4..933958fc51 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os.h
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os.h
@@ -76,6 +76,9 @@
#define NO_NONCLIENTMETRICS
#define NO_NONCLIENTMETRICSA
#define NO_NONCLIENTMETRICSW
+#define NO_OSVERSIONINFOEX
+#define NO_OSVERSIONINFOEXA
+#define NO_OSVERSIONINFOEXW
#define NO_PRINTDLG
#define NO_SCRIPT_ANALYSIS
#define NO_SCRIPT_CONTROL
@@ -271,7 +274,9 @@
#define NO_GetThemeRect
#define NO_GetThemeSysSize
#define NO_GetTimeFormatA
-#define NO_GetVersionExA
+#define NO_GetVersionExA__Lorg_eclipse_swt_internal_win32_OSVERSIONINFOA_2
+#define NO_GetVersionExA__Lorg_eclipse_swt_internal_win32_OSVERSIONINFOEXA_2
+#define NO_GetVersionExW__Lorg_eclipse_swt_internal_win32_OSVERSIONINFOEXW_2
#define NO_GetWindowLongA
#define NO_GetWindowLongPtrA
#define NO_GetWindowLongPtrW

Back to the top