Changeset 12423 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Sep 12, 2008 2:42:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp
r11822 r12423 51 51 #include <iprt/param.h> 52 52 #include <iprt/process.h> 53 #include <VBox/sup.h> 53 54 #endif 54 55 … … 690 691 691 692 Log2(("VBoxHeadless: loading VBoxFFmpegFB shared library\n")); 692 rrc = RTLdrLoad("VBoxFFmpegFB", &hLdrFFmpegFB);693 rrc = SUPR3HardenedLdrLoad("VBoxFFmpegFB", &hLdrFFmpegFB); 693 694 694 695 if (RT_SUCCESS(rrc))
Note:
See TracChangeset
for help on using the changeset viewer.