wlanapi: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
8a281038af
commit
57c7a7fa3f
|
@ -1,5 +1,7 @@
|
|||
MODULE = wlanapi.dll
|
||||
IMPORTLIB = wlanapi
|
||||
|
||||
EXTRADLLFLAGS = -mno-cygwin
|
||||
|
||||
C_SRCS = \
|
||||
main.c
|
||||
|
|
|
@ -26,8 +26,6 @@
|
|||
* that the program calls WlanGetAvailableNetworkList or WlanGetNetworkBssList.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "windef.h"
|
||||
|
|
Loading…
Reference in New Issue