hnetcfg: Link to uuid library.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Alistair Leslie-Hughes 2018-10-14 23:27:07 +00:00 committed by Alexandre Julliard
parent 449833b48a
commit d65bd95ecd
3 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
MODULE = hnetcfg.dll
IMPORTS = oleaut32 ole32 advapi32 mpr
IMPORTS = oleaut32 ole32 advapi32 mpr uuid
C_SRCS = \
apps.c \

View File

@ -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"

View File

@ -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"