Changeset 13580 in vbox for trunk/src/VBox/Main/win
- Timestamp:
- Oct 27, 2008 2:04:18 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38479
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/win/svcmain.cpp
r12533 r13580 24 24 #include "VBox/com/defs.h" 25 25 26 #include "VBox/com/VirtualBox.h" 27 28 #include "VirtualBoxImpl.h" 29 #include "Logging.h" 30 26 31 #include "svchlp.h" 27 32 28 33 #include <VBox/err.h> 29 34 #include <iprt/runtime.h> 30 31 #include "MachineImpl.h"32 #include "HardDiskImpl.h"33 #include "DVDImageImpl.h"34 #include "FloppyImageImpl.h"35 #include "GuestOSTypeImpl.h"36 #include "ProgressImpl.h"37 #include "SystemPropertiesImpl.h"38 #include "VirtualBoxImpl.h"39 40 #include "Logging.h"41 35 42 36 #include <atlbase.h>
Note:
See TracChangeset
for help on using the changeset viewer.