Changeset 76563 in vbox for trunk/src/VBox/Additions/haiku/include
- Timestamp:
- Jan 1, 2019 3:53:56 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127865
- Location:
- trunk/src/VBox/Additions/haiku/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/haiku/include/VBoxGuestInternal.h
r76553 r76563 45 45 */ 46 46 47 #ifndef ___VBoxGuestInternal_h_48 #define ___VBoxGuestInternal_h_47 #ifndef GA_INCLUDED_HAIKU_VBoxGuestInternal_h 48 #define GA_INCLUDED_HAIKU_VBoxGuestInternal_h 49 49 #ifndef RT_WITHOUT_PRAGMA_ONCE 50 50 # pragma once … … 61 61 #define VBOX_GUEST_APP_ACTION 'vbox' 62 62 63 #endif /* ___VBoxGuestInternal_h_*/63 #endif /* !GA_INCLUDED_HAIKU_VBoxGuestInternal_h */ 64 64 -
trunk/src/VBox/Additions/haiku/include/lock.h
r76553 r76563 30 30 * should be removed from the VBox tree. */ 31 31 32 #ifndef _KERNEL_LOCK_H33 #define _KERNEL_LOCK_H32 #ifndef GA_INCLUDED_HAIKU_lock_h 33 #define GA_INCLUDED_HAIKU_lock_h 34 34 #ifndef RT_WITHOUT_PRAGMA_ONCE 35 35 # pragma once … … 306 306 #endif 307 307 308 #endif /* _KERNEL_LOCK_H*/308 #endif /* !GA_INCLUDED_HAIKU_lock_h */
Note:
See TracChangeset
for help on using the changeset viewer.