VirtualBox

Ignore:
Timestamp:
Jan 20, 2012 12:23:15 PM (13 years ago)
Author:
vboxsync
Message:

fix DEBUG_misha builds for linux host

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.h

    r35500 r39816  
    3939#ifdef DEBUG_misha
    4040# define VBOXVHWA_PROFILE_FPS
     41#endif
     42
     43#ifdef VBOXVHWA_PROFILE_FPS
     44# include <iprt/stream.h>
    4145#endif
    4246
     
    15651569            if(!(mFPSCounter.frames() % 31))
    15661570            {
    1567                 printf("fps: %f\n", fps);
     1571                RTPrintf("fps: %f\n", fps);
    15681572            }
    15691573            mbNewFrame = false;
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlayCommon.h

    r34461 r39816  
    1919#define __VBoxFBOverlayCommon_h__
    2020
    21 #if defined(DEBUG_misha)
     21#if 0 //defined(DEBUG_misha)
    2222DECLINLINE(VOID) vboxDbgPrintF(LPCSTR szString, ...)
    2323{
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