VirtualBox

Changeset 49032 in vbox for trunk/src


Ignore:
Timestamp:
Oct 10, 2013 2:19:45 PM (11 years ago)
Author:
vboxsync
Message:

FE/SDL: use an absolute path here

File:
1 edited

Legend:

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

    r48137 r49032  
    18791879        }
    18801880        /* load the SDL_ttf library and get the required imports */
    1881         vrc = RTLdrLoad(LIBSDL_TTF_NAME, &gLibrarySDL_ttf);
     1881        vrc = RTLdrLoadSystem(LIBSDL_TTF_NAME, true /*fNoUnload*/, &gLibrarySDL_ttf);
    18821882        if (RT_SUCCESS(vrc))
    18831883            vrc = RTLdrGetSymbol(gLibrarySDL_ttf, "TTF_Init", (void**)&pTTF_Init);
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