Changeset 335 for trunk/openjdk
- Timestamp:
- Feb 24, 2012, 11:08:49 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/src/os2/native/common/jdk_DllMain.cpp
r332 r335 74 74 switch (ulFlag) { 75 75 case 0 : 76 // important to call constructors before DllMain 77 __ctordtorInit(); 78 76 79 dllHandle = RegisterLxDll(hModule, DefaultDllMain, NULL, 77 80 ODINNT_MAJOR_VERSION, … … 80 83 if (dllHandle == 0) 81 84 break; 82 83 __ctordtorInit();84 85 85 return 1; 86 86
Note:
See TracChangeset
for help on using the changeset viewer.