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
2bdc13ef
Commit
2bdc13ef
authored
Nov 10, 2016
by
Henri Verbeet
Committed by
Alexandre Julliard
Nov 10, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3drm: Define COBJMACROS in d3drm_private.h.
Signed-off-by:
Henri Verbeet
<
hverbeet@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
cf9ee849
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
1 addition
and
20 deletions
+1
-20
d3drm.c
dlls/d3drm/d3drm.c
+0
-3
d3drm_private.h
dlls/d3drm/d3drm_private.h
+1
-0
device.c
dlls/d3drm/device.c
+0
-2
face.c
dlls/d3drm/face.c
+0
-2
frame.c
dlls/d3drm/frame.c
+0
-2
light.c
dlls/d3drm/light.c
+0
-2
material.c
dlls/d3drm/material.c
+0
-2
meshbuilder.c
dlls/d3drm/meshbuilder.c
+0
-3
texture.c
dlls/d3drm/texture.c
+0
-2
viewport.c
dlls/d3drm/viewport.c
+0
-2
No files found.
dlls/d3drm/d3drm.c
View file @
2bdc13ef
...
@@ -22,11 +22,8 @@
...
@@ -22,11 +22,8 @@
#include "wine/debug.h"
#include "wine/debug.h"
#define COBJMACROS
#include "winbase.h"
#include "winbase.h"
#include "wingdi.h"
#include "wingdi.h"
#include "dxfile.h"
#include "rmxfguid.h"
#include "rmxfguid.h"
#include "d3drm_private.h"
#include "d3drm_private.h"
...
...
dlls/d3drm/d3drm_private.h
View file @
2bdc13ef
...
@@ -21,6 +21,7 @@
...
@@ -21,6 +21,7 @@
#ifndef __D3DRM_PRIVATE_INCLUDED__
#ifndef __D3DRM_PRIVATE_INCLUDED__
#define __D3DRM_PRIVATE_INCLUDED__
#define __D3DRM_PRIVATE_INCLUDED__
#define COBJMACROS
#include <math.h>
#include <math.h>
#include "d3drm.h"
#include "d3drm.h"
#include "dxfile.h"
#include "dxfile.h"
...
...
dlls/d3drm/device.c
View file @
2bdc13ef
...
@@ -21,8 +21,6 @@
...
@@ -21,8 +21,6 @@
#include <assert.h>
#include <assert.h>
#include "wine/debug.h"
#include "wine/debug.h"
#define COBJMACROS
#include "winbase.h"
#include "winbase.h"
#include "wingdi.h"
#include "wingdi.h"
...
...
dlls/d3drm/face.c
View file @
2bdc13ef
...
@@ -20,8 +20,6 @@
...
@@ -20,8 +20,6 @@
#include "wine/debug.h"
#include "wine/debug.h"
#define COBJMACROS
#include "winbase.h"
#include "winbase.h"
#include "wingdi.h"
#include "wingdi.h"
...
...
dlls/d3drm/frame.c
View file @
2bdc13ef
...
@@ -22,8 +22,6 @@
...
@@ -22,8 +22,6 @@
#include <assert.h>
#include <assert.h>
#include "wine/debug.h"
#include "wine/debug.h"
#define COBJMACROS
#include "winbase.h"
#include "winbase.h"
#include "wingdi.h"
#include "wingdi.h"
...
...
dlls/d3drm/light.c
View file @
2bdc13ef
...
@@ -20,8 +20,6 @@
...
@@ -20,8 +20,6 @@
#include "wine/debug.h"
#include "wine/debug.h"
#define COBJMACROS
#include "winbase.h"
#include "winbase.h"
#include "wingdi.h"
#include "wingdi.h"
...
...
dlls/d3drm/material.c
View file @
2bdc13ef
...
@@ -20,8 +20,6 @@
...
@@ -20,8 +20,6 @@
#include "wine/debug.h"
#include "wine/debug.h"
#define COBJMACROS
#include "winbase.h"
#include "winbase.h"
#include "wingdi.h"
#include "wingdi.h"
...
...
dlls/d3drm/meshbuilder.c
View file @
2bdc13ef
...
@@ -21,13 +21,10 @@
...
@@ -21,13 +21,10 @@
#define NONAMELESSUNION
#define NONAMELESSUNION
#define COBJMACROS
#include "wine/debug.h"
#include "wine/debug.h"
#include "winbase.h"
#include "winbase.h"
#include "wingdi.h"
#include "wingdi.h"
#include "dxfile.h"
#include "rmxfguid.h"
#include "rmxfguid.h"
#include "d3drm_private.h"
#include "d3drm_private.h"
...
...
dlls/d3drm/texture.c
View file @
2bdc13ef
...
@@ -20,8 +20,6 @@
...
@@ -20,8 +20,6 @@
#include "wine/debug.h"
#include "wine/debug.h"
#define COBJMACROS
#include "winbase.h"
#include "winbase.h"
#include "wingdi.h"
#include "wingdi.h"
...
...
dlls/d3drm/viewport.c
View file @
2bdc13ef
...
@@ -20,8 +20,6 @@
...
@@ -20,8 +20,6 @@
#include "wine/debug.h"
#include "wine/debug.h"
#define COBJMACROS
#include "winbase.h"
#include "winbase.h"
#include "wingdi.h"
#include "wingdi.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