Changeset 76533 in vbox for trunk/src/VBox/Additions/common/VBoxGuest
- Timestamp:
- Dec 30, 2018 6:14:15 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127835
- Location:
- trunk/src/VBox/Additions/common/VBoxGuest
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/.scm-settings
r72627 r76533 33 33 34 34 # a stub for a file that is normally autogenerated 35 /netbsd/locators.h: --external-copyright 35 /netbsd/locators.h: --external-copyright --no-fix-header-guards 36 36 37 37 # And the R0 library is MIT to make two-way code exchange with the Linux kernel -
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-haiku.h
r70873 r76533 54 54 */ 55 55 56 57 56 #ifndef ___VBoxGuest_haiku_h 58 57 #define ___VBoxGuest_haiku_h 58 #ifndef RT_WITHOUT_PRAGMA_ONCE 59 # pragma once 60 #endif 59 61 60 62 #include <OS.h> -
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuestInternal.h
r75705 r76533 27 27 #ifndef ___VBoxGuestInternal_h 28 28 #define ___VBoxGuestInternal_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <iprt/types.h> -
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR0LibInternal.h
r75547 r76533 31 31 #ifndef ___VBoxGuestLib_VBoxGuestR0LibInternal_h 32 32 #define ___VBoxGuestLib_VBoxGuestR0LibInternal_h 33 #ifndef RT_WITHOUT_PRAGMA_ONCE 34 # pragma once 35 #endif 33 36 34 37 /* -
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibInternal.h
r69500 r76533 27 27 #ifndef ___VBoxGuestR3LibInternal_h 28 28 #define ___VBoxGuestR3LibInternal_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <VBox/VMMDev.h>
Note:
See TracChangeset
for help on using the changeset viewer.