Changeset 92
- Timestamp:
- Aug 5, 2010, 10:55:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/hotspot/src/os/os2/vm/os_os2.cpp
r63 r92 60 60 #ifdef __EMX__ 61 61 // initialize the C library 62 if ( !_CRT_init())62 if (_CRT_init()) 63 63 break; 64 64 // initialize C++ statics
Note:
See TracChangeset
for help on using the changeset viewer.