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
ca49f8f1
Commit
ca49f8f1
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: Don't import libdxguid and libuuid.
Signed-off-by:
Henri Verbeet
<
hverbeet@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
217516ce
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
13 deletions
+6
-13
Makefile.in
dlls/d3drm/Makefile.in
+1
-1
d3drm.c
dlls/d3drm/d3drm.c
+2
-5
d3drm_main.c
dlls/d3drm/d3drm_main.c
+2
-6
d3drm_private.h
dlls/d3drm/d3drm_private.h
+1
-0
meshbuilder.c
dlls/d3drm/meshbuilder.c
+0
-1
No files found.
dlls/d3drm/Makefile.in
View file @
ca49f8f1
MODULE
=
d3drm.dll
IMPORTLIB
=
d3drm
IMPORTS
=
d
xguid uuid d
3dxof ddraw
IMPORTS
=
d3dxof ddraw
C_SRCS
=
\
d3drm.c
\
...
...
dlls/d3drm/d3drm.c
View file @
ca49f8f1
...
...
@@ -20,11 +20,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "wine/debug.h"
#include "winbase.h"
#include "wingdi.h"
#include "rmxfguid.h"
#include "config.h"
#include "wine/port.h"
#include "d3drm_private.h"
...
...
dlls/d3drm/d3drm_main.c
View file @
ca49f8f1
...
...
@@ -17,15 +17,11 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include
<stdarg.h>
#include "
d3d
.h"
#include
"config.h"
#include "
wine/port
.h"
#include "dxfile.h"
#include "initguid.h"
#include "d3drm.h"
#include "d3drm_private.h"
#include "wine/list.h"
/***********************************************************************
* DllMain (D3DRM.@)
...
...
dlls/d3drm/d3drm_private.h
View file @
ca49f8f1
...
...
@@ -29,6 +29,7 @@
#include "d3drm.h"
#include "dxfile.h"
#include "d3drmwin.h"
#include "rmxfguid.h"
#include "wine/debug.h"
#include "wine/list.h"
...
...
dlls/d3drm/meshbuilder.c
View file @
ca49f8f1
...
...
@@ -23,7 +23,6 @@
#include "wine/port.h"
#include "d3drm_private.h"
#include "rmxfguid.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
d3drm
);
...
...
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