Changeset 76563 in vbox for trunk/src/VBox/Additions/common/VBoxGuest
- Timestamp:
- Jan 1, 2019 3:53:56 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127865
- Location:
- trunk/src/VBox/Additions/common/VBoxGuest
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-haiku.h
r76553 r76563 54 54 */ 55 55 56 #ifndef ___VBoxGuest_haiku_h57 #define ___VBoxGuest_haiku_h56 #ifndef GA_INCLUDED_SRC_common_VBoxGuest_VBoxGuest_haiku_h 57 #define GA_INCLUDED_SRC_common_VBoxGuest_VBoxGuest_haiku_h 58 58 #ifndef RT_WITHOUT_PRAGMA_ONCE 59 59 # pragma once … … 235 235 #endif 236 236 237 #endif /* ! ___VBoxGuest_haiku_h */238 237 #endif /* !GA_INCLUDED_SRC_common_VBoxGuest_VBoxGuest_haiku_h */ 238 -
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuestInternal.h
r76553 r76563 25 25 */ 26 26 27 #ifndef ___VBoxGuestInternal_h28 #define ___VBoxGuestInternal_h27 #ifndef GA_INCLUDED_SRC_common_VBoxGuest_VBoxGuestInternal_h 28 #define GA_INCLUDED_SRC_common_VBoxGuest_VBoxGuestInternal_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once … … 402 402 RT_C_DECLS_END 403 403 404 #endif 405 404 #endif /* !GA_INCLUDED_SRC_common_VBoxGuest_VBoxGuestInternal_h */ 405 -
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR0LibInternal.h
r76557 r76563 29 29 */ 30 30 31 #ifndef ___VBoxGuestLib_VBoxGuestR0LibInternal_h32 #define ___VBoxGuestLib_VBoxGuestR0LibInternal_h31 #ifndef GA_INCLUDED_SRC_common_VBoxGuest_lib_VBoxGuestR0LibInternal_h 32 #define GA_INCLUDED_SRC_common_VBoxGuest_lib_VBoxGuestR0LibInternal_h 33 33 #ifndef RT_WITHOUT_PRAGMA_ONCE 34 34 # pragma once … … 199 199 RT_C_DECLS_END 200 200 201 #endif /* ! ___VBoxGuestLib_VBoxGuestR0LibInternal_h */202 201 #endif /* !GA_INCLUDED_SRC_common_VBoxGuest_lib_VBoxGuestR0LibInternal_h */ 202 -
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibInternal.h
r76557 r76563 25 25 */ 26 26 27 #ifndef ___VBoxGuestR3LibInternal_h28 #define ___VBoxGuestR3LibInternal_h27 #ifndef GA_INCLUDED_SRC_common_VBoxGuest_lib_VBoxGuestR3LibInternal_h 28 #define GA_INCLUDED_SRC_common_VBoxGuest_lib_VBoxGuestR3LibInternal_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once … … 116 116 RT_C_DECLS_END 117 117 118 #endif 118 #endif /* !GA_INCLUDED_SRC_common_VBoxGuest_lib_VBoxGuestR3LibInternal_h */ 119 119
Note:
See TracChangeset
for help on using the changeset viewer.