Module: wine Branch: master Commit: 4572f1674a5158feaf3385830d5165cc74185d04 URL: https://source.winehq.org/git/wine.git/?a=commit;h=4572f1674a5158feaf3385830...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Jun 5 08:37:27 2019 +0200
hnetcfg: Build with msvcrt.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/hnetcfg/Makefile.in | 2 ++ dlls/hnetcfg/apps.c | 2 -- dlls/hnetcfg/manager.c | 2 -- dlls/hnetcfg/policy.c | 2 -- dlls/hnetcfg/port.c | 2 -- dlls/hnetcfg/profile.c | 2 -- dlls/hnetcfg/service.c | 2 -- 7 files changed, 2 insertions(+), 12 deletions(-)
diff --git a/dlls/hnetcfg/Makefile.in b/dlls/hnetcfg/Makefile.in index e4960ab..2164c6a 100644 --- a/dlls/hnetcfg/Makefile.in +++ b/dlls/hnetcfg/Makefile.in @@ -1,6 +1,8 @@ MODULE = hnetcfg.dll IMPORTS = oleaut32 ole32 advapi32 mpr uuid
+EXTRADLLFLAGS = -mno-cygwin + C_SRCS = \ apps.c \ hnetcfg.c \ diff --git a/dlls/hnetcfg/apps.c b/dlls/hnetcfg/apps.c index 9972468..b6447cf 100644 --- a/dlls/hnetcfg/apps.c +++ b/dlls/hnetcfg/apps.c @@ -16,7 +16,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
-#include "config.h" #include <stdarg.h> #include <stdio.h>
@@ -31,7 +30,6 @@
#include "wine/debug.h" #include "wine/heap.h" -#include "wine/unicode.h" #include "hnetcfg_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(hnetcfg); diff --git a/dlls/hnetcfg/manager.c b/dlls/hnetcfg/manager.c index 2d89479..2c0790a 100644 --- a/dlls/hnetcfg/manager.c +++ b/dlls/hnetcfg/manager.c @@ -16,7 +16,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
-#include "config.h" #include <stdarg.h> #include <stdio.h>
@@ -29,7 +28,6 @@ #include "netfw.h"
#include "wine/debug.h" -#include "wine/unicode.h" #include "hnetcfg_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(hnetcfg); diff --git a/dlls/hnetcfg/policy.c b/dlls/hnetcfg/policy.c index 26b7cc1..1f5b0da 100644 --- a/dlls/hnetcfg/policy.c +++ b/dlls/hnetcfg/policy.c @@ -16,7 +16,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
-#include "config.h" #include <stdarg.h> #include <stdio.h>
@@ -29,7 +28,6 @@ #include "netfw.h"
#include "wine/debug.h" -#include "wine/unicode.h" #include "hnetcfg_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(hnetcfg); diff --git a/dlls/hnetcfg/port.c b/dlls/hnetcfg/port.c index 2bb589a..b0821d4 100644 --- a/dlls/hnetcfg/port.c +++ b/dlls/hnetcfg/port.c @@ -16,7 +16,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
-#include "config.h" #include <stdarg.h> #include <stdio.h>
@@ -31,7 +30,6 @@
#include "wine/heap.h" #include "wine/debug.h" -#include "wine/unicode.h" #include "hnetcfg_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(hnetcfg); diff --git a/dlls/hnetcfg/profile.c b/dlls/hnetcfg/profile.c index 835e82e..d0e9f48 100644 --- a/dlls/hnetcfg/profile.c +++ b/dlls/hnetcfg/profile.c @@ -16,7 +16,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
-#include "config.h" #include <stdarg.h> #include <stdio.h>
@@ -29,7 +28,6 @@ #include "netfw.h"
#include "wine/debug.h" -#include "wine/unicode.h" #include "hnetcfg_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(hnetcfg); diff --git a/dlls/hnetcfg/service.c b/dlls/hnetcfg/service.c index fa214b6..5bfeeda 100644 --- a/dlls/hnetcfg/service.c +++ b/dlls/hnetcfg/service.c @@ -16,7 +16,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
-#include "config.h" #include <stdarg.h> #include <stdio.h>
@@ -29,7 +28,6 @@ #include "netfw.h"
#include "wine/debug.h" -#include "wine/unicode.h" #include "hnetcfg_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(hnetcfg);