Changeset 76538 in vbox for trunk/src/VBox/Additions/haiku/VBoxMouse
- Timestamp:
- Dec 30, 2018 6:19:55 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127840
- Location:
- trunk/src/VBox/Additions/haiku/VBoxMouse
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/haiku/VBoxMouse/VBoxMouse.h
r69500 r76538 47 47 #ifndef __VBOXMOUSE__H 48 48 #define __VBOXMOUSE__H 49 #ifndef RT_WITHOUT_PRAGMA_ONCE 50 # pragma once 51 #endif 49 52 50 53 #include <InputServerDevice.h> -
trunk/src/VBox/Additions/haiku/VBoxMouse/VBoxMouseFilter.h
r69500 r76538 47 47 #ifndef __VBOXMOUSE_FILTER__H 48 48 #define __VBOXMOUSE_FILTER__H 49 #ifndef RT_WITHOUT_PRAGMA_ONCE 50 # pragma once 51 #endif 49 52 50 53 #include <InputServerFilter.h>
Note:
See TracChangeset
for help on using the changeset viewer.