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
3635bbb9
Commit
3635bbb9
authored
Dec 11, 2009
by
Aric Stewart
Committed by
Alexandre Julliard
Dec 11, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shlwapi: Ordinal 196 is SHVerbExistsNA not DnsRecordSetCompare.
parent
9233215a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
2 deletions
+21
-2
Makefile.in
dlls/shlwapi/Makefile.in
+1
-1
ordinal.c
dlls/shlwapi/ordinal.c
+19
-0
shlwapi.spec
dlls/shlwapi/shlwapi.spec
+1
-1
No files found.
dlls/shlwapi/Makefile.in
View file @
3635bbb9
...
...
@@ -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
dnsapi
DELAYIMPORTS
=
oleaut32 ole32 comctl32 comdlg32 mpr mlang urlmon shell32 winmm version
C_SRCS
=
\
assoc.c
\
...
...
dlls/shlwapi/ordinal.c
View file @
3635bbb9
...
...
@@ -4709,3 +4709,22 @@ INT WINAPI ZoneCheckUrlExW(LPWSTR szURL, PVOID pUnknown, DWORD dwUnknown2,
return
0
;
}
/***********************************************************************
* SHVerbExistsNA [SHLWAPI.196]
*
*
* PARAMS
*
* verb [I] a string, often appears to be an extension.
*
* Other parameters currently unknown.
*
* RETURNS
* unknown
*/
INT
WINAPI
SHVerbExistsNA
(
LPSTR
verb
,
PVOID
pUnknown
,
PVOID
pUnknown2
,
DWORD
dwUnknown3
)
{
FIXME
(
"(%s, %p, %p, %i) STUB
\n
"
,
verb
,
pUnknown
,
pUnknown2
,
dwUnknown3
);
return
0
;
}
dlls/shlwapi/shlwapi.spec
View file @
3635bbb9
...
...
@@ -193,7 +193,7 @@
193 stdcall -noname SHGetCurColorRes()
194 stdcall -noname SHWaitForSendMessageThread(ptr long)
195 stdcall -noname SHIsExpandableFolder(ptr ptr)
196 stdcall -noname
DnsRecordSetCompare(ptr ptr ptr ptr) dnsapi.DnsRecordSetCompare
196 stdcall -noname
SHVerbExistsNA(str ptr ptr long)
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