Changeset 160
- Timestamp:
- Sep 22, 2010, 1:42:07 AM (15 years ago)
- Location:
- trunk/openjdk
- Files:
-
- 5 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/hotspot/src/os/os2/vm/os_os2_init.cpp
r112 r160 26 26 27 27 // This code redirects the OS/2 DLL initialization/termination calls to 28 // the Windows DllMain() 28 // the Windows DllMain() and registers the DLL with Odin 29 29 30 30 #include <os2.h> // Odin32 OS/2 api wrappers -
trunk/openjdk/jdk/src/windows/native/java/net/net_util_md.c
r101 r160 26 26 #include <winsock2.h> 27 27 #include <ws2tcpip.h> 28 #include <memory.h> 28 29 29 30 #include "net_util.h"
Note:
See TracChangeset
for help on using the changeset viewer.