- Timestamp:
- Apr 19, 2012, 1:28:27 AM (13 years ago)
- Location:
- trunk/openjdk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/hotspot/src/os/os2/vm/os_os2_init.cpp
r315 r346 72 72 CheckVersionFromHMOD(PE2LX_VERSION, hModule); 73 73 74 #ifdef ODIN_FORCE_WIN32_TIB 74 75 // enable __try/__except support 75 EnableSEH(); 76 ForceWin32TIB(); 77 #endif 76 78 77 79 dllHandle = RegisterLxDll(hModule, DllMain, NULL); -
trunk/openjdk/jdk/src/windows/bin/java_md.c
r333 r346 365 365 main(int argc, char ** argv) 366 366 { 367 EnableSEH(); 367 #ifdef ODIN_FORCE_WIN32_TIB 368 ForceWin32TIB(); 369 #endif 368 370 return RegisterLxExe((WINMAIN)WinMain, NULL); 369 371 }
Note:
See TracChangeset
for help on using the changeset viewer.