Commit 57c7a7fa authored by Alexandre Julliard's avatar Alexandre Julliard

wlanapi: Build with msvcrt.

parent 8a281038
MODULE = wlanapi.dll MODULE = wlanapi.dll
IMPORTLIB = wlanapi IMPORTLIB = wlanapi
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \ C_SRCS = \
main.c main.c
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
* that the program calls WlanGetAvailableNetworkList or WlanGetNetworkBssList. * that the program calls WlanGetAvailableNetworkList or WlanGetNetworkBssList.
*/ */
#include "config.h"
#include <stdarg.h> #include <stdarg.h>
#include "windef.h" #include "windef.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment