VirtualBox

Changeset 13274 in vbox for trunk/src/VBox/Runtime/r0drv


Ignore:
Timestamp:
Oct 15, 2008 8:11:38 AM (16 years ago)
Author:
vboxsync
Message:

iprt: temporarily disable RTThreadPreemptRestore for Windows hosts as it prevents me from building the Windows additions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/generic/RTThreadPreemptRestore-r0drv-generic.cpp

    r13254 r13274  
    3838RTDECL(void) RTThreadPreemptRestore(PRTTHREADPREEMPTSTATE pState)
    3939{
     40#ifdef RT_OS_WINDOWS
     41    /** @todo I disabled this because it did not build on Windows */
     42    AssertReleaseMsgFailed(("This has not yet been implemented on Windows!\n"));
     43#else
    4044    AssertPtr(pState);
    4145    Assert(pState->uchDummy == 42);
    4246    pState->uchDummy = 0;
     47#endif
    4348}
    4449
Note: See TracChangeset for help on using the changeset viewer.

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