Changeset 93972 in vbox for trunk/include/VBox/GuestHost
- Timestamp:
- Feb 28, 2022 11:21:37 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/HGCMMock.h
r93970 r93972 20 20 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 21 21 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 22 */ 22 * 23 * The contents of this file may alternatively be used under the terms 24 * of the Common Development and Distribution License Version 1.0 25 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 26 * VirtualBox OSE distribution, in which case the provisions of the 27 * CDDL are applicable instead of those of the GPL. 28 * 29 * You may elect to license modified versions of this file under the 30 * terms and conditions of either the GPL or the CDDL or both. 31 */ 32 23 33 #ifndef VBOX_INCLUDED_HGCMMock_h 24 34 #define VBOX_INCLUDED_HGCMMock_h … … 48 58 * Definitions. * 49 59 *********************************************************************************************************************************/ 50 51 RT_C_DECLS_BEGIN52 60 53 61 #if defined(IN_RING3) /* Only R3 parts implemented so far. */ … … 773 781 #endif /* IN_RING3 */ 774 782 775 RT_C_DECLS_END776 777 783 #endif /* !VBOX_INCLUDED_HGCMMock_h */
Note:
See TracChangeset
for help on using the changeset viewer.