Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
d65bd95e
Commit
d65bd95e
authored
Oct 14, 2018
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Oct 16, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hnetcfg: Link to uuid library.
Signed-off-by:
Alistair Leslie-Hughes
<
leslie_alistair@hotmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
449833b4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
Makefile.in
dlls/hnetcfg/Makefile.in
+1
-1
manager.c
dlls/hnetcfg/manager.c
+0
-2
uuid.c
dlls/uuid/uuid.c
+1
-0
No files found.
dlls/hnetcfg/Makefile.in
View file @
d65bd95e
MODULE
=
hnetcfg.dll
IMPORTS
=
oleaut32 ole32 advapi32 mpr
IMPORTS
=
oleaut32 ole32 advapi32 mpr
uuid
C_SRCS
=
\
apps.c
\
...
...
dlls/hnetcfg/manager.c
View file @
d65bd95e
...
...
@@ -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"
...
...
dlls/uuid/uuid.c
View file @
d65bd95e
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment