Index: /trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp	(revision 6852)
+++ /trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp	(revision 6853)
@@ -4377,5 +4377,5 @@
 static Uint32 QuitTimer(Uint32 interval, void *param)
 {
-    PRBool fHandled = FALSE;
+    BOOL fHandled = FALSE;
 
     gSdlQuitTimer = NULL;
Index: /trunk/src/VBox/Main/ConsoleImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/ConsoleImpl.cpp	(revision 6852)
+++ /trunk/src/VBox/Main/ConsoleImpl.cpp	(revision 6853)
@@ -1560,5 +1560,5 @@
 }
 
-STDMETHODIMP Console::GetPowerButtonHandled(PRBool *aHandled)
+STDMETHODIMP Console::GetPowerButtonHandled(BOOL *aHandled)
 {
     LogFlowThisFuncEnter();
Index: /trunk/src/VBox/Main/include/ConsoleImpl.h
===================================================================
--- /trunk/src/VBox/Main/include/ConsoleImpl.h	(revision 6852)
+++ /trunk/src/VBox/Main/include/ConsoleImpl.h	(revision 6853)
@@ -127,5 +127,5 @@
     STDMETHOD(PowerButton)();
     STDMETHOD(SleepButton)();
-    STDMETHOD(GetPowerButtonHandled)(PRBool *aHandled);
+    STDMETHOD(GetPowerButtonHandled)(BOOL *aHandled);
     STDMETHOD(SaveState) (IProgress **aProgress);
     STDMETHOD(AdoptSavedState) (INPTR BSTR aSavedStateFile);
