- Timestamp:
- Oct 10, 2013 2:19:45 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
r48137 r49032 1879 1879 } 1880 1880 /* 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); 1882 1882 if (RT_SUCCESS(vrc)) 1883 1883 vrc = RTLdrGetSymbol(gLibrarySDL_ttf, "TTF_Init", (void**)&pTTF_Init);
Note:
See TracChangeset
for help on using the changeset viewer.