Commit d65bd95e authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

hnetcfg: Link to uuid library.

parent 449833b4
MODULE = hnetcfg.dll
IMPORTS = oleaut32 ole32 advapi32 mpr
IMPORTS = oleaut32 ole32 advapi32 mpr uuid
C_SRCS = \
apps.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"
......
......@@ -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"
......
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