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
6688acce
Commit
6688acce
authored
Nov 07, 2006
by
Francois Gouget
Committed by
Alexandre Julliard
Nov 07, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Some DirectX headers are supposed to define COM_NO_WINDOWS_H.
parent
ff64e096
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
10 additions
and
0 deletions
+10
-0
d3d.h
include/d3d.h
+2
-0
d3d8.h
include/d3d8.h
+1
-0
d3d9.h
include/d3d9.h
+1
-0
ddraw.h
include/ddraw.h
+1
-0
dinput.h
include/dinput.h
+1
-0
dmplugin.h
include/dmplugin.h
+1
-0
dmusicc.h
include/dmusicc.h
+1
-0
dmusicf.h
include/dmusicf.h
+1
-0
dmusici.h
include/dmusici.h
+1
-0
No files found.
include/d3d.h
View file @
6688acce
...
@@ -20,6 +20,8 @@
...
@@ -20,6 +20,8 @@
#define __WINE_D3D_H
#define __WINE_D3D_H
#include <stdlib.h>
#include <stdlib.h>
#define COM_NO_WINDOWS_H
#include <objbase.h>
#include <objbase.h>
#include <d3dtypes.h>
/* must precede d3dcaps.h */
#include <d3dtypes.h>
/* must precede d3dcaps.h */
#include <d3dcaps.h>
#include <d3dcaps.h>
...
...
include/d3d8.h
View file @
6688acce
...
@@ -23,6 +23,7 @@
...
@@ -23,6 +23,7 @@
#define DIRECT3D_VERSION 0x0800
#define DIRECT3D_VERSION 0x0800
#endif
#endif
#define COM_NO_WINDOWS_H
#include <objbase.h>
#include <objbase.h>
#include <d3d8types.h>
#include <d3d8types.h>
...
...
include/d3d9.h
View file @
6688acce
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
#define DIRECT3D_VERSION 0x0900
#define DIRECT3D_VERSION 0x0900
#endif
#endif
#define COM_NO_WINDOWS_H
#include <objbase.h>
#include <objbase.h>
#include <d3d9types.h>
#include <d3d9types.h>
...
...
include/ddraw.h
View file @
6688acce
...
@@ -19,6 +19,7 @@
...
@@ -19,6 +19,7 @@
#ifndef __WINE_DDRAW_H
#ifndef __WINE_DDRAW_H
#define __WINE_DDRAW_H
#define __WINE_DDRAW_H
#define COM_NO_WINDOWS_H
#include <objbase.h>
#include <objbase.h>
#ifdef __cplusplus
#ifdef __cplusplus
...
...
include/dinput.h
View file @
6688acce
...
@@ -19,6 +19,7 @@
...
@@ -19,6 +19,7 @@
#ifndef __WINE_DINPUT_H
#ifndef __WINE_DINPUT_H
#define __WINE_DINPUT_H
#define __WINE_DINPUT_H
#define COM_NO_WINDOWS_H
#include <objbase.h>
#include <objbase.h>
#ifndef DIRECTINPUT_VERSION
#ifndef DIRECTINPUT_VERSION
...
...
include/dmplugin.h
View file @
6688acce
...
@@ -25,6 +25,7 @@
...
@@ -25,6 +25,7 @@
#include <windows.h>
#include <windows.h>
#endif
/* __WINESRC__ */
#endif
/* __WINESRC__ */
#define COM_NO_WINDOWS_H
#include <objbase.h>
#include <objbase.h>
#include <mmsystem.h>
#include <mmsystem.h>
#include <dmusici.h>
#include <dmusici.h>
...
...
include/dmusicc.h
View file @
6688acce
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
#include <windows.h>
#include <windows.h>
#endif
/* __WINESRC__ */
#endif
/* __WINESRC__ */
#define COM_NO_WINDOWS_H
#include <objbase.h>
#include <objbase.h>
#include <mmsystem.h>
#include <mmsystem.h>
...
...
include/dmusicf.h
View file @
6688acce
...
@@ -25,6 +25,7 @@
...
@@ -25,6 +25,7 @@
#include <windows.h>
#include <windows.h>
#endif
/* __WINESRC__ */
#endif
/* __WINESRC__ */
#define COM_NO_WINDOWS_H
#include <objbase.h>
#include <objbase.h>
#include <mmsystem.h>
#include <mmsystem.h>
#include <pshpack8.h>
#include <pshpack8.h>
...
...
include/dmusici.h
View file @
6688acce
...
@@ -27,6 +27,7 @@
...
@@ -27,6 +27,7 @@
#include <oleauto.h>
/* VARIANT */
#include <oleauto.h>
/* VARIANT */
#endif
/* __WINESRC__ */
#endif
/* __WINESRC__ */
#define COM_NO_WINDOWS_H
#include <objbase.h>
#include <objbase.h>
#include <mmsystem.h>
#include <mmsystem.h>
#include <dmusicc.h>
#include <dmusicc.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