httpapi: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-06-05 08:37:40 +02:00
parent 4572f1674a
commit 6d569cc3ca
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,7 @@
MODULE = httpapi.dll
IMPORTLIB = httpapi
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
httpapi_main.c

View File

@ -18,8 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include <stdarg.h>
#include "windef.h"