Changeset 76592 in vbox for trunk/src/VBox/Main/src-server/win/svcmain.cpp
- Timestamp:
- Jan 1, 2019 8:13:07 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127895
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/win/svcmain.cpp
r76553 r76592 20 20 * Header Files * 21 21 *********************************************************************************************************************************/ 22 # include <iprt/win/windows.h> 22 #define LOG_GROUP LOG_GROUP_MAIN_VBOXSVC 23 #include <iprt/win/windows.h> 23 24 #ifdef DEBUG_bird 24 25 # include <RpcAsync.h> … … 30 31 31 32 #include "VirtualBoxImpl.h" 32 #include "Logging .h"33 #include "LoggingNew.h" 33 34 34 35 #include "svchlp.h"
Note:
See TracChangeset
for help on using the changeset viewer.