Alistair Leslie-Hughes : hnetcfg: Link to uuid library.

Alexandre Julliard julliard at winehq.org
Tue Oct 16 15:53:06 CDT 2018


Module: wine
Branch: master
Commit: d65bd95ecd4fee57cbfe17b375f0b0325f9e076e
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=d65bd95ecd4fee57cbfe17b375f0b0325f9e076e

Author: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date:   Sun Oct 14 23:27:07 2018 +0000

hnetcfg: Link to uuid library.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/hnetcfg/Makefile.in | 2 +-
 dlls/hnetcfg/manager.c   | 2 --
 dlls/uuid/uuid.c         | 1 +
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/dlls/hnetcfg/Makefile.in b/dlls/hnetcfg/Makefile.in
index 44c9cb5..e4960ab 100644
--- a/dlls/hnetcfg/Makefile.in
+++ b/dlls/hnetcfg/Makefile.in
@@ -1,5 +1,5 @@
 MODULE    = hnetcfg.dll
-IMPORTS   = oleaut32 ole32 advapi32 mpr
+IMPORTS   = oleaut32 ole32 advapi32 mpr uuid
 
 C_SRCS = \
 	apps.c \
diff --git a/dlls/hnetcfg/manager.c b/dlls/hnetcfg/manager.c
index d3f089e..2d89479 100644
--- a/dlls/hnetcfg/manager.c
+++ b/dlls/hnetcfg/manager.c
@@ -25,10 +25,8 @@
 #include "windef.h"
 #include "winbase.h"
 #include "winuser.h"
-#include "initguid.h"
 #include "ole2.h"
 #include "netfw.h"
-#include "natupnp.h"
 
 #include "wine/debug.h"
 #include "wine/unicode.h"
diff --git a/dlls/uuid/uuid.c b/dlls/uuid/uuid.c
index 913e99c..aa3b30c 100644
--- a/dlls/uuid/uuid.c
+++ b/dlls/uuid/uuid.c
@@ -79,6 +79,7 @@ DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0);
 #include "perhist.h"
 #include "netcon.h"
 #include "netfw.h"
+#include "natupnp.h"
 #include "msctf.h"
 #include "sensevts.h"
 #include "ocmm.h"




More information about the wine-cvs mailing list