gameux: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Alexandre Julliard 2019-06-05 08:32:04 +02:00
parent 7d77d330a5
commit cd01ad223d
5 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,8 @@
MODULE = gameux.dll
IMPORTS = uuid shell32 oleaut32 ole32 user32 advapi32 shlwapi
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
factory.c \
gameexplorer.c \

View File

@ -20,7 +20,6 @@
#define COBJMACROS
#include "config.h"
#include <stdarg.h>
#include "windef.h"

View File

@ -19,7 +19,6 @@
*/
#define COBJMACROS
#include "config.h"
#include "ole2.h"
#include "sddl.h"

View File

@ -19,7 +19,6 @@
*/
#define COBJMACROS
#include "config.h"
#include "ole2.h"
#include "winreg.h"

View File

@ -18,7 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#define COBJMACROS