Changeset 246
- Timestamp:
- Jan 26, 2011, 9:56:26 PM (15 years ago)
- Location:
- trunk/openjdk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/hotspot/src/os/os2/vm/os_os2_init.cpp
r160 r246 28 28 // the Windows DllMain() and registers the DLL with Odin 29 29 30 #include <os2 .h> // Odin32 OS/2 api wrappers30 #include <os2wrap.h> // Odin32 OS/2 api wrappers 31 31 #include <odinlx.h> 32 32 #include <misc.h> -
trunk/openjdk/jdk/src/os2/native/java/net/net_util_md_init.c
r160 r246 29 29 // the Windows DllMain() and registers the DLL with Odin 30 30 31 #include <os2 .h> // Odin32 OS/2 api wrappers31 #include <os2wrap.h> // Odin32 OS/2 api wrappers 32 32 #include <odinlx.h> 33 33 #include <misc.h> -
trunk/openjdk/jdk/src/os2/native/sun/font/fontpath_os2.c
r213 r246 28 28 #define OS2EMX_PLAIN_CHAR 29 29 #define INCL_WINSHELLDATA 30 #include <os2 .h>30 #include <os2wrap.h> // Odin32 OS/2 api wrappers 31 31 32 32 #include <malloc.h> -
trunk/openjdk/jdk/src/os2/native/sun/os2/awt_init.cpp
r218 r246 30 30 31 31 #define INCL_DOSPROCESS 32 #include <os2 .h> // Odin32 OS/2 api wrappers32 #include <os2wrap.h> // Odin32 OS/2 api wrappers 33 33 #include <odinlx.h> 34 34 #include <misc.h>
Note:
See TracChangeset
for help on using the changeset viewer.