Changeset 76533 in vbox for trunk/src/VBox/Additions/common/VBoxService
- Timestamp:
- Dec 30, 2018 6:14:15 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127835
- Location:
- trunk/src/VBox/Additions/common/VBoxService
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControl.h
r75858 r76533 18 18 #ifndef ___VBoxServiceControl_h 19 19 #define ___VBoxServiceControl_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <iprt/critsect.h> -
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h
r75858 r76533 18 18 #ifndef ___VBoxServiceInternal_h 19 19 #define ___VBoxServiceInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <stdio.h> -
trunk/src/VBox/Additions/common/VBoxService/VBoxServicePropCache.h
r69500 r76533 18 18 #ifndef ___VBoxServicePropCache_h 19 19 #define ___VBoxServicePropCache_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "VBoxServiceInternal.h" -
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceResource-win.h
r69500 r76533 16 16 */ 17 17 18 #ifndef VBOX_INCLUDED_VBoxServiceResource_win_h 19 #define VBOX_INCLUDED_VBoxServiceResource_win_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 23 18 24 #define IDI_VIRTUALBOX 101 19 25 26 #endif 27 -
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceToolBox.h
r70390 r76533 18 18 #ifndef ___VBoxServiceToolBox_h 19 19 #define ___VBoxServiceToolBox_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/GuestHost/GuestControl.h> -
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceUtils.h
r69991 r76533 18 18 #ifndef ___VBoxServiceUtils_h 19 19 #define ___VBoxServiceUtils_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "VBoxServiceInternal.h" -
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.h
r69500 r76533 18 18 #ifndef ___VBoxServiceVMInfo_h 19 19 #define ___VBoxServiceVMInfo_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24
Note:
See TracChangeset
for help on using the changeset viewer.