Changeset 72981 in vbox
- Timestamp:
- Jul 8, 2018 2:38:08 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/VirtualBox.h
r72977 r72981 14 14 15 15 /* 16 * Copyright (C) 2006-201 7Oracle Corporation16 * Copyright (C) 2006-2018 Oracle Corporation 17 17 * 18 18 * This file is part of VirtualBox Open Source Edition (OSE), as … … 37 37 #define ___VBox_com_VirtualBox_h 38 38 39 // generated VirtualBox COM library definition file 39 /* For XPCOM/C++ enum hack checks. */ 40 #include <iprt/AssertCompile.h> 41 42 /* Generated VirtualBox COM library definition file. */ 40 43 #if !defined(VBOXCOM_NOINCLUDE) 41 44 # if !defined(VBOX_WITH_XPCOM) … … 47 50 #endif 48 51 49 / / for convenience52 /* For convenience. */ 50 53 #include "VBox/com/defs.h" 51 54 #include "VBox/com/ptr.h"
Note:
See TracChangeset
for help on using the changeset viewer.