- Timestamp:
- Jan 11, 2012 4:07:37 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/init.cpp
r38658 r39751 34 34 #ifdef RT_OS_WINDOWS 35 35 # include <process.h> 36 # include <Windows.h> 36 37 #else 37 38 # include <unistd.h> … … 326 327 #endif 327 328 329 /* 330 * Disable error popups. 331 */ 332 #ifdef RT_OS_WINDOWS 333 SetErrorMode(GetErrorMode() | SEM_FAILCRITICALERRORS); 334 #elif defined(RT_OS_OS2) 335 # error "FIXME" 336 #endif 337 328 338 #if !defined(IN_GUEST) && !defined(RT_NO_GIP) 329 339 # ifdef VBOX
Note:
See TracChangeset
for help on using the changeset viewer.