VirtualBox

Changeset 6853 in vbox for trunk


Ignore:
Timestamp:
Feb 7, 2008 7:20:19 PM (17 years ago)
Author:
vboxsync
Message:

fixed windows builds

Location:
trunk/src/VBox
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp

    r6852 r6853  
    43774377static Uint32 QuitTimer(Uint32 interval, void *param)
    43784378{
    4379     PRBool fHandled = FALSE;
     4379    BOOL fHandled = FALSE;
    43804380
    43814381    gSdlQuitTimer = NULL;
  • trunk/src/VBox/Main/ConsoleImpl.cpp

    r6852 r6853  
    15601560}
    15611561
    1562 STDMETHODIMP Console::GetPowerButtonHandled(PRBool *aHandled)
     1562STDMETHODIMP Console::GetPowerButtonHandled(BOOL *aHandled)
    15631563{
    15641564    LogFlowThisFuncEnter();
  • trunk/src/VBox/Main/include/ConsoleImpl.h

    r6852 r6853  
    127127    STDMETHOD(PowerButton)();
    128128    STDMETHOD(SleepButton)();
    129     STDMETHOD(GetPowerButtonHandled)(PRBool *aHandled);
     129    STDMETHOD(GetPowerButtonHandled)(BOOL *aHandled);
    130130    STDMETHOD(SaveState) (IProgress **aProgress);
    131131    STDMETHOD(AdoptSavedState) (INPTR BSTR aSavedStateFile);
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