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
56f7209a
Commit
56f7209a
authored
Nov 09, 2006
by
Francois Gouget
Committed by
Alexandre Julliard
Nov 09, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add missing include directives to d3d8.h and d3d9.h.
parent
eab56a5a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
d3d8.h
include/d3d8.h
+6
-0
d3d9.h
include/d3d9.h
+6
-0
No files found.
include/d3d8.h
View file @
56f7209a
...
...
@@ -23,9 +23,15 @@
#define DIRECT3D_VERSION 0x0800
#endif
#include <stdlib.h>
#define COM_NO_WINDOWS_H
#include <objbase.h>
#ifndef __WINESRC__
# include <windows.h>
#endif
#include <d3d8types.h>
#include <d3d8caps.h>
...
...
include/d3d9.h
View file @
56f7209a
...
...
@@ -24,9 +24,15 @@
#define DIRECT3D_VERSION 0x0900
#endif
#include <stdlib.h>
#define COM_NO_WINDOWS_H
#include <objbase.h>
#ifndef __WINESRC__
# include <windows.h>
#endif
#include <d3d9types.h>
#include <d3d9caps.h>
...
...
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