Changeset 16560 in vbox for trunk/src/VBox/Main/MachineImpl.cpp
- Timestamp:
- Feb 6, 2009 6:06:04 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 42507
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r16558 r16560 27 27 #ifndef __STDC_CONSTANT_MACROS 28 28 # define __STDC_CONSTANT_MACROS 29 #endif30 31 #if defined(RT_OS_WINDOWS)32 #elif defined(RT_OS_LINUX)33 29 #endif 34 30 … … 77 73 #include <VBox/err.h> 78 74 #include <VBox/param.h> 75 #include <VBox/settings.h> 76 79 77 #ifdef VBOX_WITH_GUEST_PROPS 80 78 # include <VBox/HostServices/GuestPropertySvc.h>
Note:
See TracChangeset
for help on using the changeset viewer.