Changeset 76474 in vbox for trunk/src/VBox/Additions/haiku
- Timestamp:
- Dec 25, 2018 7:21:57 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127775
- Location:
- trunk/src/VBox/Additions/haiku/VBoxMouse
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/haiku/VBoxMouse/VBoxMouse.cpp
r69500 r76474 60 60 #include <VBox/VMMDev.h> 61 61 #include <VBox/log.h> 62 #include <iprt/err .h>62 #include <iprt/errcore.h> 63 63 64 64 /* Export as global symbol with C linkage, RTDECL is necessary. */ -
trunk/src/VBox/Additions/haiku/VBoxMouse/VBoxMouseFilter.cpp
r69500 r76474 58 58 #include <VBoxGuestInternal.h> 59 59 #include <VBox/log.h> 60 #include <iprt/err .h>60 #include <iprt/errcore.h> 61 61 62 62 /** @todo can this be merged with VBoxMouse? */
Note:
See TracChangeset
for help on using the changeset viewer.