Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.win32.OS.properties31
1 files changed, 27 insertions, 4 deletions
diff --git a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.win32.OS.properties b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.win32.OS.properties
index 52546cc40d..10c5d5b61a 100644
--- a/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.win32.OS.properties
+++ b/bundles/org.eclipse.swt.tools/JNI Generation/org/eclipse/swt/tools/internal/org.eclipse.swt.internal.win32.OS.properties
@@ -2151,11 +2151,17 @@ OS_GetUpdateRgn_0=cast=(HWND)
OS_GetUpdateRgn_1=cast=(HRGN)
OS_GetUpdateRgn_2=
-OS_GetVersionExA=
-OS_GetVersionExA_0=
+OS_GetVersionExA__Lorg_eclipse_swt_internal_win32_OSVERSIONINFOA_2=
+OS_GetVersionExA__Lorg_eclipse_swt_internal_win32_OSVERSIONINFOA_2_0=
-OS_GetVersionExW=
-OS_GetVersionExW_0=
+OS_GetVersionExA__Lorg_eclipse_swt_internal_win32_OSVERSIONINFOEXA_2=
+OS_GetVersionExA__Lorg_eclipse_swt_internal_win32_OSVERSIONINFOEXA_2_0=cast=LPOSVERSIONINFOA
+
+OS_GetVersionExW__Lorg_eclipse_swt_internal_win32_OSVERSIONINFOEXW_2=
+OS_GetVersionExW__Lorg_eclipse_swt_internal_win32_OSVERSIONINFOEXW_2_0=cast=(LPOSVERSIONINFOW)
+
+OS_GetVersionExW__Lorg_eclipse_swt_internal_win32_OSVERSIONINFOW_2=
+OS_GetVersionExW__Lorg_eclipse_swt_internal_win32_OSVERSIONINFOW_2_0=
OS_GetWindow=
OS_GetWindow_0=cast=(HWND)
@@ -3190,6 +3196,10 @@ OS_OPENFILENAME_sizeof=
OS_OSVERSIONINFOA_sizeof=
+OS_OSVERSIONINFOEXA_sizeof=
+
+OS_OSVERSIONINFOEXW_sizeof=
+
OS_OSVERSIONINFOW_sizeof=
OS_OffsetRect=
@@ -4647,6 +4657,19 @@ OSVERSIONINFO_dwPlatformId=
org_eclipse_swt_internal_win32_OSVERSIONINFOA=
OSVERSIONINFOA_szCSDVersion=
+org_eclipse_swt_internal_win32_OSVERSIONINFOEX=
+OSVERSIONINFOEX_wServicePackMajor=
+OSVERSIONINFOEX_wServicePackMinor=
+OSVERSIONINFOEX_wSuiteMask=
+OSVERSIONINFOEX_wProductType=
+OSVERSIONINFOEX_wReserved=
+
+org_eclipse_swt_internal_win32_OSVERSIONINFOEXA=
+OSVERSIONINFOEXA_szCSDVersion=
+
+org_eclipse_swt_internal_win32_OSVERSIONINFOEXW=
+OSVERSIONINFOEXW_szCSDVersion=
+
org_eclipse_swt_internal_win32_OSVERSIONINFOW=
OSVERSIONINFOW_szCSDVersion=

Back to the top