VirtualBox

Ignore:
Timestamp:
Feb 29, 2012 8:02:14 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
76552
Message:

IPRT: fixed OS/2 'bitrot'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/init.cpp

    r39753 r40304  
    4646#ifdef RT_OS_OS2
    4747# include <InnoTekLIBC/fork.h>
     48# define INCL_DOSMISC
     49# include <os2.h>
    4850#endif
    4951#include <locale.h>
     
    334336    SetErrorMode(SEM_FAILCRITICALERRORS | SEM_NOOPENFILEERRORBOX | fOldErrMode);
    335337#elif defined(RT_OS_OS2)
    336 # error "FIXME"
     338    DosError(FERR_DISABLEHARDERR);
    337339#endif
    338340
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette