VirtualBox

Changeset 503 in vbox for trunk/src


Ignore:
Timestamp:
Feb 1, 2007 1:05:10 PM (18 years ago)
Author:
vboxsync
Message:

'RTStrmPrintf(g_pStdErr,...) doesn't compile on Windows

File:
1 edited

Legend:

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

    r501 r503  
    488488        else
    489489            pszType = "WARNING";
    490         RTStrmPrintf(g_pStdErr, "\n%s: ** %lS **\n%lS\n%s\n", pszType, id, message,
     490        RTPrintf("\n%s: ** %lS **\n%lS\n%s\n", pszType, id, message,
    491491                     fPaused ? "The VM was paused. Continue with HostKey + P after you solved the problem.\n" : "");
    492492        return S_OK;
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