Commit 4def5792 authored by Alexandre Julliard's avatar Alexandre Julliard

d3dxof: Build with msvcrt.

parent 9fb5745a
...@@ -2,6 +2,8 @@ MODULE = d3dxof.dll ...@@ -2,6 +2,8 @@ MODULE = d3dxof.dll
IMPORTLIB = d3dxof IMPORTLIB = d3dxof
IMPORTS = dxguid uuid ole32 advapi32 IMPORTS = dxguid uuid ole32 advapi32
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \ C_SRCS = \
d3dxof.c \ d3dxof.c \
main.c \ main.c \
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include "config.h"
#include "wine/debug.h" #include "wine/debug.h"
#define COBJMACROS #define COBJMACROS
......
...@@ -18,8 +18,6 @@ ...@@ -18,8 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include "config.h"
#include "wine/port.h"
#include "wine/debug.h" #include "wine/debug.h"
#define COBJMACROS #define COBJMACROS
......
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