VirtualBox

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


Ignore:
Timestamp:
Oct 12, 2009 11:57:44 AM (15 years ago)
Author:
vboxsync
Message:

Compile fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp

    r23683 r23684  
    349349
    350350#ifndef IPRT_TARGET_NT4
     351
     352ULONG_PTR rtMpIpiGenericCall(ULONG_PTR  Argument)
     353{
     354    return 0;
     355}
     356
    351357int rtMpSendIpiVista(RTCPUID idCpu)
    352358{
     
    354360////    g_pfnrtNtHalRequestIpi(1 << idCpu);
    355361    return VINF_SUCCESS;
    356 }
    357 
    358 ULONG_PTR rtMpIpiGenericCall(ULONG_PTR  Argument)
    359 {
    360     return 0;
    361362}
    362363
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