wlanapi: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-06-27 09:08:16 +02:00
parent 8a281038af
commit 57c7a7fa3f
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -26,8 +26,6 @@
* that the program calls WlanGetAvailableNetworkList or WlanGetNetworkBssList.
*/
#include "config.h"
#include <stdarg.h>
#include "windef.h"