VirtualBox

Changeset 62920 in vbox for trunk/src/VBox/Devices/Graphics


Ignore:
Timestamp:
Aug 3, 2016 2:16:19 PM (8 years ago)
Author:
vboxsync
Message:

Devices: warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/shaderlib/vboxext.h

    r62514 r62920  
    11/* $Id$ */
    22/** @file
    3  *
    43 * VBox extension to Wine D3D
     4 */
     5
     6/*
    57 *
    68 * Copyright (C) 2011-2016 Oracle Corporation
     
    1416 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1517 */
    16 #ifndef ___VBOXEXT_H__
    17 #define ___VBOXEXT_H__
     18
     19#ifndef ___VBOXEXT_H___
     20#define ___VBOXEXT_H___
    1821
    1922#ifdef VBOX_WINE_WITHOUT_LIBWINE
    20 # include <windows.h>
     23# include <iprt/win/windows.h>
    2124#endif
    2225
    2326#include <iprt/list.h>
    2427
    25 HRESULT VBoxExtCheckInit();
    26 HRESULT VBoxExtCheckTerm();
     28HRESULT VBoxExtCheckInit(void);
     29HRESULT VBoxExtCheckTerm(void);
    2730#if defined(VBOX_WINE_WITH_SINGLE_CONTEXT) || defined(VBOX_WINE_WITH_SINGLE_SWAPCHAIN_CONTEXT)
    2831# ifndef VBOX_WITH_WDDM
     
    155158}
    156159
    157 #endif /* #ifndef ___VBOXEXT_H__*/
     160#endif
     161
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette