Changeset 65381 in vbox for trunk/src/VBox/Additions/haiku
- Timestamp:
- Jan 20, 2017 9:23:53 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112977
- Location:
- trunk/src/VBox/Additions/haiku/VBoxVideo/driver
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/haiku/VBoxVideo/driver/Makefile.kmk
r62526 r65381 69 69 $(PATH_ROOT)/src/VBox/Additions/common/VBoxGuestLib \ 70 70 $(PATH_ROOT)/src/VBox/Additions/common/VBoxGuest \ 71 $(PATH_ROOT)/src/VBox/Runtime/r0drv/haiku 71 $(PATH_ROOT)/src/VBox/Runtime/r0drv/haiku \ 72 $(VBOX_GRAPHICS_INCS) 72 73 vboxvideo_SOURCES = \ 73 74 driver.cpp \ -
trunk/src/VBox/Additions/haiku/VBoxVideo/driver/driver.cpp
r63566 r65381 56 56 #include <graphic_driver.h> 57 57 #include <VBoxGuest-haiku.h> 58 #include <VBox /VBoxVideoGuest.h>58 #include <VBoxVideoGuest.h> 59 59 #include "../common/VBoxVideo_common.h" 60 60
Note:
See TracChangeset
for help on using the changeset viewer.