Changeset 69177 in vbox
- Timestamp:
- Oct 23, 2017 6:07:55 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/Graphics/VBoxVideoIPRT.h
r69015 r69177 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 * 17 * The contents of this file may alternatively be used under the terms 18 * of the Common Development and Distribution License Version 1.0 19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 * VirtualBox OSE distribution, in which case the provisions of the 21 * CDDL are applicable instead of those of the GPL. 22 * 23 * You may elect to license modified versions of this file under the 24 * terms and conditions of either the GPL or the CDDL or both. 16 25 */ 17 26 … … 64 73 # define VBVO_PORT_READ_U32(Port) \ 65 74 VideoPortReadPortUlong((PULONG)Port) 66 75 67 76 #else /** @todo make these explicit */ 68 77
Note:
See TracChangeset
for help on using the changeset viewer.