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
7f2be06f
Commit
7f2be06f
authored
May 30, 2019
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dx10: Build with msvcrt.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
c70e8b64
Hide whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
24 additions
and
38 deletions
+24
-38
Makefile.in
dlls/d3dx10_33/Makefile.in
+2
-0
d3dx10_33_main.c
dlls/d3dx10_33/d3dx10_33_main.c
+0
-3
Makefile.in
dlls/d3dx10_34/Makefile.in
+2
-0
d3dx10_34_main.c
dlls/d3dx10_34/d3dx10_34_main.c
+0
-3
Makefile.in
dlls/d3dx10_35/Makefile.in
+2
-0
d3dx10_35_main.c
dlls/d3dx10_35/d3dx10_35_main.c
+0
-3
Makefile.in
dlls/d3dx10_36/Makefile.in
+2
-0
d3dx10_36_main.c
dlls/d3dx10_36/d3dx10_36_main.c
+0
-3
Makefile.in
dlls/d3dx10_37/Makefile.in
+2
-0
d3dx10_37_main.c
dlls/d3dx10_37/d3dx10_37_main.c
+0
-3
Makefile.in
dlls/d3dx10_38/Makefile.in
+2
-0
d3dx10_38_main.c
dlls/d3dx10_38/d3dx10_38_main.c
+0
-3
Makefile.in
dlls/d3dx10_39/Makefile.in
+2
-0
d3dx10_39_main.c
dlls/d3dx10_39/d3dx10_39_main.c
+0
-3
Makefile.in
dlls/d3dx10_40/Makefile.in
+2
-0
d3dx10_40_main.c
dlls/d3dx10_40/d3dx10_40_main.c
+0
-3
Makefile.in
dlls/d3dx10_41/Makefile.in
+2
-0
d3dx10_41_main.c
dlls/d3dx10_41/d3dx10_41_main.c
+0
-3
Makefile.in
dlls/d3dx10_42/Makefile.in
+2
-0
d3dx10_42_main.c
dlls/d3dx10_42/d3dx10_42_main.c
+0
-3
Makefile.in
dlls/d3dx10_43/Makefile.in
+2
-0
async.c
dlls/d3dx10_43/async.c
+2
-5
d3dx10_43_main.c
dlls/d3dx10_43/d3dx10_43_main.c
+0
-3
No files found.
dlls/d3dx10_33/Makefile.in
View file @
7f2be06f
MODULE
=
d3dx10_33.dll
EXTRADLLFLAGS
=
-mno-cygwin
C_SRCS
=
\
d3dx10_33_main.c
...
...
dlls/d3dx10_33/d3dx10_33_main.c
View file @
7f2be06f
...
...
@@ -19,9 +19,6 @@
*
*/
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#define COBJMACROS
...
...
dlls/d3dx10_34/Makefile.in
View file @
7f2be06f
MODULE
=
d3dx10_34.dll
EXTRADLLFLAGS
=
-mno-cygwin
C_SRCS
=
\
d3dx10_34_main.c
...
...
dlls/d3dx10_34/d3dx10_34_main.c
View file @
7f2be06f
...
...
@@ -19,9 +19,6 @@
*
*/
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#define COBJMACROS
...
...
dlls/d3dx10_35/Makefile.in
View file @
7f2be06f
MODULE
=
d3dx10_35.dll
EXTRADLLFLAGS
=
-mno-cygwin
C_SRCS
=
\
d3dx10_35_main.c
...
...
dlls/d3dx10_35/d3dx10_35_main.c
View file @
7f2be06f
...
...
@@ -19,9 +19,6 @@
*
*/
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#define COBJMACROS
...
...
dlls/d3dx10_36/Makefile.in
View file @
7f2be06f
MODULE
=
d3dx10_36.dll
EXTRADLLFLAGS
=
-mno-cygwin
C_SRCS
=
\
d3dx10_36_main.c
...
...
dlls/d3dx10_36/d3dx10_36_main.c
View file @
7f2be06f
...
...
@@ -19,9 +19,6 @@
*
*/
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#define COBJMACROS
...
...
dlls/d3dx10_37/Makefile.in
View file @
7f2be06f
MODULE
=
d3dx10_37.dll
EXTRADLLFLAGS
=
-mno-cygwin
C_SRCS
=
\
d3dx10_37_main.c
...
...
dlls/d3dx10_37/d3dx10_37_main.c
View file @
7f2be06f
...
...
@@ -19,9 +19,6 @@
*
*/
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#define COBJMACROS
...
...
dlls/d3dx10_38/Makefile.in
View file @
7f2be06f
MODULE
=
d3dx10_38.dll
EXTRADLLFLAGS
=
-mno-cygwin
C_SRCS
=
\
d3dx10_38_main.c
...
...
dlls/d3dx10_38/d3dx10_38_main.c
View file @
7f2be06f
...
...
@@ -19,9 +19,6 @@
*
*/
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#define COBJMACROS
...
...
dlls/d3dx10_39/Makefile.in
View file @
7f2be06f
MODULE
=
d3dx10_39.dll
EXTRADLLFLAGS
=
-mno-cygwin
C_SRCS
=
\
d3dx10_39_main.c
...
...
dlls/d3dx10_39/d3dx10_39_main.c
View file @
7f2be06f
...
...
@@ -19,9 +19,6 @@
*
*/
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#define COBJMACROS
...
...
dlls/d3dx10_40/Makefile.in
View file @
7f2be06f
MODULE
=
d3dx10_40.dll
EXTRADLLFLAGS
=
-mno-cygwin
C_SRCS
=
\
d3dx10_40_main.c
...
...
dlls/d3dx10_40/d3dx10_40_main.c
View file @
7f2be06f
...
...
@@ -19,9 +19,6 @@
*
*/
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#define COBJMACROS
...
...
dlls/d3dx10_41/Makefile.in
View file @
7f2be06f
MODULE
=
d3dx10_41.dll
EXTRADLLFLAGS
=
-mno-cygwin
C_SRCS
=
\
d3dx10_41_main.c
...
...
dlls/d3dx10_41/d3dx10_41_main.c
View file @
7f2be06f
...
...
@@ -19,9 +19,6 @@
*
*/
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#define COBJMACROS
...
...
dlls/d3dx10_42/Makefile.in
View file @
7f2be06f
MODULE
=
d3dx10_42.dll
EXTRADLLFLAGS
=
-mno-cygwin
C_SRCS
=
\
d3dx10_42_main.c
...
...
dlls/d3dx10_42/d3dx10_42_main.c
View file @
7f2be06f
...
...
@@ -19,9 +19,6 @@
*
*/
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#define COBJMACROS
...
...
dlls/d3dx10_43/Makefile.in
View file @
7f2be06f
...
...
@@ -2,6 +2,8 @@ MODULE = d3dx10_43.dll
IMPORTLIB
=
d3dx10
IMPORTS
=
d3d10_1 d3dcompiler dxguid
EXTRADLLFLAGS
=
-mno-cygwin
C_SRCS
=
\
async.c
\
d3dx10_43_main.c
...
...
dlls/d3dx10_43/async.c
View file @
7f2be06f
...
...
@@ -16,14 +16,11 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include "wine/port.h"
#include "d3d10_1.h"
#include "d3dx10.h"
#include "d3dcompiler.h"
#include "wine/debug.h"
#include "wine/unicode.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
d3dx
);
...
...
@@ -318,13 +315,13 @@ HRESULT WINAPI D3DX10CreateAsyncFileLoaderW(const WCHAR *filename, ID3DX10DataLo
return
E_OUTOFMEMORY
;
object
->
ID3DX10DataLoader_iface
.
lpVtbl
=
&
filedataloadervtbl
;
object
->
u
.
file
.
path
=
HeapAlloc
(
GetProcessHeap
(),
0
,
(
strlenW
(
filename
)
+
1
)
*
sizeof
(
WCHAR
));
object
->
u
.
file
.
path
=
HeapAlloc
(
GetProcessHeap
(),
0
,
(
l
strlenW
(
filename
)
+
1
)
*
sizeof
(
WCHAR
));
if
(
!
object
->
u
.
file
.
path
)
{
HeapFree
(
GetProcessHeap
(),
0
,
object
);
return
E_OUTOFMEMORY
;
}
strcpyW
(
object
->
u
.
file
.
path
,
filename
);
l
strcpyW
(
object
->
u
.
file
.
path
,
filename
);
object
->
data
=
NULL
;
object
->
size
=
0
;
...
...
dlls/d3dx10_43/d3dx10_43_main.c
View file @
7f2be06f
...
...
@@ -19,10 +19,7 @@
*
*/
#include "config.h"
#include "wine/port.h"
#include "wine/debug.h"
#include "wine/unicode.h"
#include <stdarg.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