Changeset 62920 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- Aug 3, 2016 2:16:19 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/shaderlib/vboxext.h
r62514 r62920 1 1 /* $Id$ */ 2 2 /** @file 3 *4 3 * VBox extension to Wine D3D 4 */ 5 6 /* 5 7 * 6 8 * Copyright (C) 2011-2016 Oracle Corporation … … 14 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 17 */ 16 #ifndef ___VBOXEXT_H__ 17 #define ___VBOXEXT_H__ 18 19 #ifndef ___VBOXEXT_H___ 20 #define ___VBOXEXT_H___ 18 21 19 22 #ifdef VBOX_WINE_WITHOUT_LIBWINE 20 # include < windows.h>23 # include <iprt/win/windows.h> 21 24 #endif 22 25 23 26 #include <iprt/list.h> 24 27 25 HRESULT VBoxExtCheckInit( );26 HRESULT VBoxExtCheckTerm( );28 HRESULT VBoxExtCheckInit(void); 29 HRESULT VBoxExtCheckTerm(void); 27 30 #if defined(VBOX_WINE_WITH_SINGLE_CONTEXT) || defined(VBOX_WINE_WITH_SINGLE_SWAPCHAIN_CONTEXT) 28 31 # ifndef VBOX_WITH_WDDM … … 155 158 } 156 159 157 #endif /* #ifndef ___VBOXEXT_H__*/ 160 #endif 161
Note:
See TracChangeset
for help on using the changeset viewer.