Commit 3e5db60e authored by Alexandre Julliard's avatar Alexandre Julliard

netprofm: Build with msvcrt.

parent dfaddf30
MODULE = netprofm.dll MODULE = netprofm.dll
IMPORTS = iphlpapi IMPORTS = iphlpapi
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \ C_SRCS = \
list.c \ list.c \
main.c main.c
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#define NONAMELESSUNION #define NONAMELESSUNION
#define NONAMELESSSTRUCT #define NONAMELESSSTRUCT
#include "config.h"
#include <stdarg.h> #include <stdarg.h>
#include "windef.h" #include "windef.h"
#include "winbase.h" #include "winbase.h"
......
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include "config.h"
#include <stdarg.h> #include <stdarg.h>
#include "windef.h" #include "windef.h"
#include "winbase.h" #include "winbase.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