Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2007-08-31 18:17:11 +0000
committerDoug Schaefer2007-08-31 18:17:11 +0000
commit5e002f83a23b6e1caa655ec54d1fcb5e9caeb7aa (patch)
treefc3d7ee59127bbcc2f636a884cf3fb43b409b40e /core/org.eclipse.cdt.core.win32/os
parentadaa921a978211e15634e5a0e03fe272b0dd9dab (diff)
downloadorg.eclipse.cdt-5e002f83a23b6e1caa655ec54d1fcb5e9caeb7aa.tar.gz
org.eclipse.cdt-5e002f83a23b6e1caa655ec54d1fcb5e9caeb7aa.tar.xz
org.eclipse.cdt-5e002f83a23b6e1caa655ec54d1fcb5e9caeb7aa.zip
Fix for 182099 - The wrong proc names were use for the Job object calls. To fix, I've gotten rid of the GetProcAddress calls and called these functions directly. Since these functions are only available on Windows 2000 and later, we have now officially dropped Windows NT4.0 and earlier.
Diffstat (limited to 'core/org.eclipse.cdt.core.win32/os')
-rw-r--r--core/org.eclipse.cdt.core.win32/os/win32/x86/starter.exebin30331 -> 30051 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core.win32/os/win32/x86/starter.exe b/core/org.eclipse.cdt.core.win32/os/win32/x86/starter.exe
index 1c9214dde75..be5741c82bd 100644
--- a/core/org.eclipse.cdt.core.win32/os/win32/x86/starter.exe
+++ b/core/org.eclipse.cdt.core.win32/os/win32/x86/starter.exe
Binary files differ

Back to the top