Changeset 55981 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- May 20, 2015 5:50:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibRuntimeXF86.cpp
r55980 r55981 65 65 } 66 66 67 RTDECL(PRTLOGGER) RTLogDefaultInstanceEx(uint32_t fFlags, uint32_t iGroup) 68 { 69 NOREF(fFlags); NOREF(iGroup); 70 return NULL; 71 } 72 67 73 RTDECL(PRTLOGGER) RTLogRelGetDefaultInstance(void) 68 74 {
Note:
See TracChangeset
for help on using the changeset viewer.