dpwsockx: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-06-03 10:32:55 +02:00
parent ee0b66adc4
commit eeb6f69a61
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,7 @@
MODULE = dpwsockx.dll
IMPORTS = dxguid ws2_32
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
dpwsockx_main.c

View File

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