Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
ae84e423
Commit
ae84e423
authored
Dec 12, 2022
by
Fabian Maurer
Committed by
Alexandre Julliard
Jan 25, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dx10core: Don't redefine ID3D10Device1 (gcc 4.3).
Signed-off-by:
Fabian Maurer
<
dark.shadow4@web.de
>
parent
0de8f53b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
d3dx10core.h
include/d3dx10core.h
+2
-2
No files found.
include/d3dx10core.h
View file @
ae84e423
...
...
@@ -287,8 +287,8 @@ HRESULT WINAPI D3DX10CreateDevice(IDXGIAdapter *adapter, D3D10_DRIVER_TYPE drive
HRESULT
WINAPI
D3DX10CreateDeviceAndSwapChain
(
IDXGIAdapter
*
adapter
,
D3D10_DRIVER_TYPE
driver_type
,
HMODULE
swrast
,
unsigned
int
flags
,
DXGI_SWAP_CHAIN_DESC
*
desc
,
IDXGISwapChain
**
swapchain
,
ID3D10Device
**
device
);
typedef
interface
ID3D10Device1
ID3D10Device1
;
HRESULT
WINAPI
D3DX10GetFeatureLevel1
(
ID3D10Device
*
device
,
ID3D10Device1
**
device1
);
interface
ID3D10Device1
;
HRESULT
WINAPI
D3DX10GetFeatureLevel1
(
ID3D10Device
*
device
,
interface
ID3D10Device1
**
device1
);
HRESULT
WINAPI
D3DX10CreateFontIndirectA
(
ID3D10Device
*
device
,
const
D3DX10_FONT_DESCA
*
desc
,
ID3DX10Font
**
font
);
HRESULT
WINAPI
D3DX10CreateFontIndirectW
(
ID3D10Device
*
device
,
const
D3DX10_FONT_DESCW
*
desc
,
ID3DX10Font
**
font
);
HRESULT
WINAPI
D3DX10CreateFontA
(
ID3D10Device
*
device
,
INT
height
,
UINT
width
,
UINT
weight
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment