winemapi: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-06-26 09:40:12 +02:00
parent 52f68a01ef
commit ff352c6d01
2 changed files with 2 additions and 3 deletions

View file

@ -1,6 +1,8 @@
MODULE = winemapi.dll
IMPORTS = shlwapi shell32 mapi32
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
main.c \
sendmail.c

View file

@ -19,9 +19,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include "wine/port.h"
#include <stdio.h>
#include <stdarg.h>