Changeset 76592 in vbox for trunk/src/VBox/Main/src-global
- Timestamp:
- Jan 1, 2019 8:13:07 PM (6 years ago)
- Location:
- trunk/src/VBox/Main/src-global/win
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-global/win/VBoxSDS.cpp
r76553 r76592 79 79 * Header Files * 80 80 *********************************************************************************************************************************/ 81 #define LOG_GROUP LOG_GROUP_MAIN_VIRTUALBOXSDS 81 82 #include <iprt/win/windows.h> 82 83 #include <iprt/win/shlobj.h> … … 87 88 88 89 #include "VirtualBoxSDSImpl.h" 89 #include "Logging .h"90 #include "LoggingNew.h" 90 91 91 92 #include <iprt/errcore.h> -
trunk/src/VBox/Main/src-global/win/VirtualBoxSDSImpl.cpp
r76553 r76592 20 20 * Header Files * 21 21 *********************************************************************************************************************************/ 22 #define LOG_GROUP LOG_GROUP_MAIN_VIRTUALBOXSDS 22 23 #include <VBox/com/VirtualBox.h> 23 24 #include "VirtualBoxSDSImpl.h" 24 25 25 26 #include "AutoCaller.h" 26 #include "Logging .h"27 #include "LoggingNew.h" 27 28 28 29 #include <iprt/errcore.h>
Note:
See TracChangeset
for help on using the changeset viewer.