wmphoto: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-06-27 09:09:48 +02:00
parent 37ca889bf3
commit d3e0f275a5
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,7 @@
MODULE = wmphoto.dll MODULE = wmphoto.dll
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = main.c C_SRCS = main.c
IDL_SRCS = wmphoto.idl IDL_SRCS = wmphoto.idl

View File

@ -16,9 +16,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
*/ */
#define COBJMAcROS
#include "config.h"
#include <stdarg.h> #include <stdarg.h>
#include "windef.h" #include "windef.h"