Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c
index 57b1770c28..535c93ce32 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c
@@ -59,6 +59,7 @@ char * OS_nativeFunctionNames[] = {
"CRYPT_1BIT_1BLOB_1sizeof",
"CRYPT_1INTEGER_1BLOB_1sizeof",
"CRYPT_1OBJID_1BLOB_1sizeof",
+ "Call",
"CallNextHookEx",
"CallWindowProcA",
"CallWindowProcW",
@@ -217,6 +218,7 @@ char * OS_nativeFunctionNames[] = {
"FillRect",
"FormatMessageA",
"FormatMessageW",
+ "FreeLibrary",
"GCP_1RESULTS_1sizeof",
"GESTURECONFIG_1sizeof",
"GESTUREINFO_1sizeof",
@@ -362,6 +364,7 @@ char * OS_nativeFunctionNames[] = {
"GetParent",
"GetPixel",
"GetPolyFillMode",
+ "GetProcAddress",
"GetProcessHeap",
"GetProfileStringA",
"GetProfileStringW",
@@ -533,6 +536,8 @@ char * OS_nativeFunctionNames[] = {
"LoadIconW",
"LoadImageA",
"LoadImageW",
+ "LoadLibraryA",
+ "LoadLibraryW",
"LocalFree",
"MAKELPARAM",
"MAKELRESULT",

Back to the top