Changeset 53815 in vbox for trunk/include/VBox
- Timestamp:
- Jan 15, 2015 11:15:07 AM (10 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxOGL.h
r53800 r53815 1 1 /* $Id$ */ 2 2 /** @file 3 * VBox 3D Support testAPI3 * VBox 3D Support API 4 4 */ 5 5 /* 6 * Copyright (C) 2012-201 4Oracle Corporation6 * Copyright (C) 2012-2015 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * terms and conditions of either the GPL or the CDDL or both. 24 24 */ 25 #ifndef ___VBoxOGL Test_h26 #define ___VBoxOGL Test_h25 #ifndef ___VBoxOGL_h 26 #define ___VBoxOGL_h 27 27 28 28 #include <iprt/cdefs.h> … … 35 35 RT_C_DECLS_END 36 36 37 #endif /* !___VBoxOGL Test_h */37 #endif /* !___VBoxOGL_h */
Note:
See TracChangeset
for help on using the changeset viewer.