Changeset 40304 in vbox for trunk/src/VBox/Runtime/r3/init.cpp
- Timestamp:
- Feb 29, 2012 8:02:14 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76552
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/init.cpp
r39753 r40304 46 46 #ifdef RT_OS_OS2 47 47 # include <InnoTekLIBC/fork.h> 48 # define INCL_DOSMISC 49 # include <os2.h> 48 50 #endif 49 51 #include <locale.h> … … 334 336 SetErrorMode(SEM_FAILCRITICALERRORS | SEM_NOOPENFILEERRORBOX | fOldErrMode); 335 337 #elif defined(RT_OS_OS2) 336 # error "FIXME" 338 DosError(FERR_DISABLEHARDERR); 337 339 #endif 338 340
Note:
See TracChangeset
for help on using the changeset viewer.