Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2011-08-17 22:33:08 +0000
committerSilenio Quarti2011-08-17 22:33:08 +0000
commit0af6a7dcf02fe44885063157294405c3130cd181 (patch)
treebc143d7ef7447a7e3e66531618ca19902257b5ac /bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c
parent956064920164af846897dbf9e7041081754b9dbf (diff)
downloadeclipse.platform.swt-0af6a7dcf02fe44885063157294405c3130cd181.tar.gz
eclipse.platform.swt-0af6a7dcf02fe44885063157294405c3130cd181.tar.xz
eclipse.platform.swt-0af6a7dcf02fe44885063157294405c3130cd181.zip
Bug 281912 - printing to non-default printer no longer works properly
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.c9
1 files changed, 7 insertions, 2 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 661e1110ca..0accdd13d2 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
@@ -14,8 +14,8 @@
#ifdef NATIVE_STATS
-int OS_nativeFunctionCount = 1059;
-int OS_nativeFunctionCallCount[1059];
+int OS_nativeFunctionCount = 1064;
+int OS_nativeFunctionCallCount[1064];
char * OS_nativeFunctionNames[] = {
"ACCEL_1sizeof",
"ACTCTX_1sizeof",
@@ -90,6 +90,7 @@ char * OS_nativeFunctionNames[] = {
"CloseEnhMetaFile",
"CloseGestureInfoHandle",
"CloseHandle",
+ "ClosePrinter",
"CloseThemeData",
"CloseTouchInputHandle",
"CoCreateInstance",
@@ -185,6 +186,8 @@ char * OS_nativeFunctionNames[] = {
"DestroyWindow",
"DispatchMessageA",
"DispatchMessageW",
+ "DocumentPropertiesA",
+ "DocumentPropertiesW",
"DragDetect",
"DragFinish",
"DragQueryFileA",
@@ -1221,6 +1224,8 @@ char * OS_nativeFunctionNames[] = {
"OleInitialize",
"OleUninitialize",
"OpenClipboard",
+ "OpenPrinterA",
+ "OpenPrinterW",
"OpenProcess",
"OpenThemeData",
"PAINTSTRUCT_1sizeof",

Back to the top