Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
131ab8d8
Commit
131ab8d8
authored
Jun 12, 2009
by
Detlef Riekenberg
Committed by
Alexandre Julliard
Jun 12, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shlwapi: Forward DnsRecordSetCompare to dnsapi.
parent
75995203
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Makefile.in
dlls/shlwapi/Makefile.in
+1
-1
shlwapi.spec
dlls/shlwapi/shlwapi.spec
+1
-1
No files found.
dlls/shlwapi/Makefile.in
View file @
131ab8d8
...
...
@@ -6,7 +6,7 @@ VPATH = @srcdir@
MODULE
=
shlwapi.dll
IMPORTLIB
=
shlwapi
IMPORTS
=
uuid user32 gdi32 advapi32 kernel32 ntdll
DELAYIMPORTS
=
oleaut32 ole32 comctl32 comdlg32 mpr mlang urlmon shell32 winmm version
DELAYIMPORTS
=
oleaut32 ole32 comctl32 comdlg32 mpr mlang urlmon shell32 winmm version
dnsapi
C_SRCS
=
\
assoc.c
\
...
...
dlls/shlwapi/shlwapi.spec
View file @
131ab8d8
...
...
@@ -193,7 +193,7 @@
193 stdcall -noname SHGetCurColorRes()
194 stdcall -noname SHWaitForSendMessageThread(ptr long)
195 stdcall -noname SHIsExpandableFolder(ptr ptr)
196 st
ub -noname DnsRecordSetCompare #stdcall @
(ptr ptr ptr ptr) dnsapi.DnsRecordSetCompare
196 st
dcall -noname DnsRecordSetCompare
(ptr ptr ptr ptr) dnsapi.DnsRecordSetCompare
197 stdcall -noname SHFillRectClr(long ptr long)
198 stdcall -noname SHSearchMapInt(ptr ptr long long)
199 stdcall -noname IUnknown_Set(ptr ptr)
...
...
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