- Timestamp:
- Oct 10, 2013 2:13:04 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/vboxweb.cpp
r48281 r49031 1706 1706 do 1707 1707 { 1708 rc = RTLdrLoad(filename.c_str(), &hlibAuth); 1708 if (RTPathHavePath(filename.c_str())) 1709 rc = RTLdrLoad(filename.c_str(), &hlibAuth); 1710 else 1711 rc = RTLdrLoadAppPriv(filename.c_str(), &hlibAuth); 1712 1709 1713 if (RT_FAILURE(rc)) 1710 1714 {
Note:
See TracChangeset
for help on using the changeset viewer.