diff options
author | Silenio Quarti | 2010-01-20 19:06:51 +0000 |
---|---|---|
committer | Silenio Quarti | 2010-01-20 19:06:51 +0000 |
commit | 474c2966568dbeac4b27fdf3fd88e79d3829d960 (patch) | |
tree | a52cf7b561a3f6a654b46e58c95ea03470c480e3 /bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/os_stats.c | |
parent | d68971a6e0260587a83310e14c5dc867f520359b (diff) | |
download | eclipse.platform.swt-474c2966568dbeac4b27fdf3fd88e79d3829d960.tar.gz eclipse.platform.swt-474c2966568dbeac4b27fdf3fd88e79d3829d960.tar.xz eclipse.platform.swt-474c2966568dbeac4b27fdf3fd88e79d3829d960.zip |
Bug 279772 - Clicking on a batch file from within the eclipse IDE does not run it from the file location
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.c | 7 |
1 files changed, 4 insertions, 3 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 32a6781eac..8da2f4bb10 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 @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2000, 2009 IBM Corporation and others. + * Copyright (c) 2000, 2010 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -14,8 +14,8 @@ #ifdef NATIVE_STATS -int OS_nativeFunctionCount = 984; -int OS_nativeFunctionCallCount[984]; +int OS_nativeFunctionCount = 985; +int OS_nativeFunctionCallCount[985]; char * OS_nativeFunctionNames[] = { "ACCEL_1sizeof", "ACTCTX_1sizeof", @@ -1167,6 +1167,7 @@ char * OS_nativeFunctionNames[] = { "PRINTDLG_1sizeof", "PROCESS_1INFORMATION_1sizeof", "PatBlt", + "PathIsExe", "PeekMessageA", "PeekMessageW", "Pie", |