[gcj-eclipse-merge-branch] fix PosixProcess<->Win32Process confusion
Adam Megacz
adam@megacz.com
Tue Dec 5 06:15:00 GMT 2006
ok to commit?
- a
2006-12-04 Adam Megacz <megacz@cs.berkeley.edu>
* include/win32.h (_Jv_platform_process): change to Win32Process
Index: include/win32.h
===================================================================
--- include/win32.h (revision 119526)
+++ include/win32.h (working copy)
@@ -77,7 +77,7 @@
#define _Jv_platform_solib_suffix ".dll"
// Name of the Process implementation.
-#define _Jv_platform_process ::java::lang::PosixProcess
+#define _Jv_platform_process ::java::lang::Win32Process
// Separator for file name components.
#define _Jv_platform_file_separator ((jchar) '\\')
--
PGP/GPG: 5C9F F366 C9CF 2145 E770 B1B8 EFB1 462D A146 C380
More information about the Java-patches
mailing list