Commit d2163749 authored by Alexandre Julliard's avatar Alexandre Julliard

d3d11: Build with msvcrt.

parent 19f17736
...@@ -2,6 +2,8 @@ MODULE = d3d11.dll ...@@ -2,6 +2,8 @@ MODULE = d3d11.dll
IMPORTLIB = d3d11 IMPORTLIB = d3d11
IMPORTS = dxguid uuid dxgi wined3d IMPORTS = dxguid uuid dxgi wined3d
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \ C_SRCS = \
async.c \ async.c \
buffer.c \ buffer.c \
......
...@@ -18,9 +18,6 @@ ...@@ -18,9 +18,6 @@
* *
*/ */
#include "config.h"
#include "wine/port.h"
#include "d3d11_private.h" #include "d3d11_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(d3d11); WINE_DEFAULT_DEBUG_CHANNEL(d3d11);
......
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,6 @@
* *
*/ */
#include "config.h"
#include "wine/port.h"
#include "d3d11_private.h" #include "d3d11_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(d3d11); WINE_DEFAULT_DEBUG_CHANNEL(d3d11);
......
...@@ -20,9 +20,6 @@ ...@@ -20,9 +20,6 @@
* *
*/ */
#include "config.h"
#include "wine/port.h"
#define D3D11_INIT_GUID #define D3D11_INIT_GUID
#include "d3d11_private.h" #include "d3d11_private.h"
......
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,6 @@
* *
*/ */
#include "config.h"
#include "wine/port.h"
#define NONAMELESSUNION #define NONAMELESSUNION
#include "d3d11_private.h" #include "d3d11_private.h"
......
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,6 @@
* *
*/ */
#include "config.h"
#include "wine/port.h"
#include "d3d11_private.h" #include "d3d11_private.h"
#include "winternl.h" #include "winternl.h"
......
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,6 @@
* *
*/ */
#include "config.h"
#include "wine/port.h"
#include "d3d11_private.h" #include "d3d11_private.h"
#include "winternl.h" #include "winternl.h"
......
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,6 @@
* *
*/ */
#include "config.h"
#include "wine/port.h"
#include "d3d11_private.h" #include "d3d11_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(d3d11); WINE_DEFAULT_DEBUG_CHANNEL(d3d11);
......
...@@ -18,9 +18,6 @@ ...@@ -18,9 +18,6 @@
* *
*/ */
#include "config.h"
#include "wine/port.h"
#include "d3d11_private.h" #include "d3d11_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(d3d11); WINE_DEFAULT_DEBUG_CHANNEL(d3d11);
......
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,6 @@
* *
*/ */
#include "config.h"
#include "wine/port.h"
#include "d3d11_private.h" #include "d3d11_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(d3d11); WINE_DEFAULT_DEBUG_CHANNEL(d3d11);
......
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,6 @@
* *
*/ */
#include "config.h"
#include "wine/port.h"
#define NONAMELESSUNION #define NONAMELESSUNION
#include "d3d11_private.h" #include "d3d11_private.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment