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
ae8fc713
Commit
ae8fc713
authored
Jun 14, 2016
by
Matteo Bruni
Committed by
Alexandre Julliard
Jun 15, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dx11_42: Share the source code with d3dx11_43.
Signed-off-by:
Matteo Bruni
<
mbruni@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
f7a1491a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
Makefile.in
dlls/d3dx11_42/Makefile.in
+5
-1
d3dx11_42.c
dlls/d3dx11_42/d3dx11_42.c
+1
-1
d3dx11_42.spec
dlls/d3dx11_42/d3dx11_42.spec
+1
-1
make_specfiles
tools/make_specfiles
+0
-4
No files found.
dlls/d3dx11_42/Makefile.in
View file @
ae8fc713
MODULE
=
d3dx11_42.dll
IMPORTS
=
d3dcompiler
PARENTSRC
=
../d3dx11_43
C_SRCS
=
d3dx11_42.c
C_SRCS
=
\
async.c
\
d3dx11_42.c
RC_SRCS
=
version.rc
dlls/d3dx11_42/d3dx11_42.c
View file @
ae8fc713
...
...
@@ -26,7 +26,7 @@
#include "winbase.h"
#include "winuser.h"
#include "objbase.h"
#include "d3d11.h"
#include "d3d
x
11.h"
BOOL
WINAPI
DllMain
(
HINSTANCE
hdll
,
DWORD
reason
,
LPVOID
reserved
)
{
...
...
dlls/d3dx11_42/d3dx11_42.spec
View file @
ae8fc713
@ stdcall D3DX11CheckVersion(long long)
@ stub D3DX11CompileFromFileA
@ stub D3DX11CompileFromFileW
@ stdcall D3DX11CompileFromMemory(str long str ptr ptr str str long long ptr ptr ptr ptr)
d3dx11_43.D3DX11CompileFromMemory
@ stdcall D3DX11CompileFromMemory(str long str ptr ptr str str long long ptr ptr ptr ptr)
@ stub D3DX11CompileFromResourceA
@ stub D3DX11CompileFromResourceW
@ stub D3DX11ComputeNormalMap
...
...
tools/make_specfiles
View file @
ae8fc713
...
...
@@ -108,10 +108,6 @@ my @dll_groups =
"d3dx10_33"
,
],
[
"d3dx11_43"
,
"d3dx11_42"
,
],
[
"d3dcompiler_43"
,
"d3dcompiler_47"
,
"d3dcompiler_46"
,
...
...
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