VirtualBox

source: vbox/trunk/src/VBox/Devices/Graphics/vmsvga_include/vmsvga_headers_end.h

Last change on this file was 98103, checked in by vboxsync, 17 months ago

Copyright year updates by scm.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.1 KB
Line 
1/*
2 * Copyright (C) 2021-2023 Oracle and/or its affiliates.
3 *
4 * This file is part of VirtualBox base platform packages, as
5 * available from https://www.virtualbox.org.
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License
9 * as published by the Free Software Foundation, in version 3 of the
10 * License.
11 *
12 * This program is distributed in the hope that it will be useful, but
13 * WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, see <https://www.gnu.org/licenses>.
19 *
20 * SPDX-License-Identifier: GPL-3.0-only
21 */
22
23#if defined(__clang__)
24# pragma clang diagnostic pop
25#endif
26
27#if RT_GNUC_PREREQ(4, 6)
28# pragma GCC diagnostic pop
29#endif
30
31#ifndef VBOX_VMSVGA_HEADERS_BEING_INCLUDED
32# error vmsvga_headers_begin was not included.
33#else
34# undef VBOX_VMSVGA_HEADERS_BEING_INCLUDED
35#endif
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use