This is the mail archive of the java-patches@sourceware.cygnus.com 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]

Win32 bits and bobs


Howdy,

Here's most of the code required for Win32 compatibility. Two #defines are
used: USE_WINSOCK which enables networking and USE_WIN32_SIGNALLING which
enables run-time exception handling. There's one major problem and that is
to do with the std io streams. This will require some changes to
FileDescriptor.java as discussed a while ago, but I haven't got around to
implementing.

Good luck,
Jon.

exception.cc

natFileDescriptorWin32.cc

natFileWin32.cc

natInetAddress.cc

natPlainDatagramSocketImpl.cc

natPlainSocketImpl.cc

prims.cc

win32-signal.h

win32-threads.cc

win32-threads.h


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