This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[gcj-eclipse-merge-branch] fix PosixProcess<->Win32Process confusion


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]