Commit cd01ad22 authored by Alexandre Julliard's avatar Alexandre Julliard

gameux: Build with msvcrt.

parent 7d77d330
MODULE = gameux.dll MODULE = gameux.dll
IMPORTS = uuid shell32 oleaut32 ole32 user32 advapi32 shlwapi IMPORTS = uuid shell32 oleaut32 ole32 user32 advapi32 shlwapi
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \ C_SRCS = \
factory.c \ factory.c \
gameexplorer.c \ gameexplorer.c \
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#define COBJMACROS #define COBJMACROS
#include "config.h"
#include <stdarg.h> #include <stdarg.h>
#include "windef.h" #include "windef.h"
......
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
*/ */
#define COBJMACROS #define COBJMACROS
#include "config.h"
#include "ole2.h" #include "ole2.h"
#include "sddl.h" #include "sddl.h"
......
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
*/ */
#define COBJMACROS #define COBJMACROS
#include "config.h"
#include "ole2.h" #include "ole2.h"
#include "winreg.h" #include "winreg.h"
......
...@@ -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"
#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