VirtualBox

Changeset 25942 in vbox for trunk/src/VBox/Frontends/VBoxSDL


Ignore:
Timestamp:
Jan 20, 2010 5:26:22 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56784
Message:

*: RTEnv usage cleanup - avoid RTEnvGet() as it doesn't necessarily return UTF-8 encoded strings.

File:
1 edited

Legend:

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

    r12918 r25942  
    9595#ifdef RT_OS_WINDOWS
    9696    /* Default to DirectX if nothing else set. "windib" would be possible.  */
    97     if (!RTEnvGet("SDL_VIDEODRIVER"))
     97    if (!RTEnvExist("SDL_VIDEODRIVER"))
    9898    {
    9999        _putenv("SDL_VIDEODRIVER=directx");
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette