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
4d88b6ec
Commit
4d88b6ec
authored
Sep 04, 2002
by
Jon Griffiths
Committed by
Alexandre Julliard
Sep 04, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Assoc* funcs (but not underlying IQueryAssociations object).
parent
4d1e49dc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
Makefile.in
dlls/shlwapi/Makefile.in
+1
-1
assoc.c
dlls/shlwapi/assoc.c
+0
-0
shlwapi.spec
dlls/shlwapi/shlwapi.spec
+7
-7
No files found.
dlls/shlwapi/Makefile.in
View file @
4d88b6ec
...
...
@@ -4,7 +4,6 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
shlwapi.dll
# fixme: avoid ole32.dll import
IMPORTS
=
ole32 user32 gdi32 advapi32 kernel32
EXTRALIBS
=
$(LIBUUID)
$(LIBUNICODE)
...
...
@@ -12,6 +11,7 @@ LDDLLFLAGS = @LDDLLFLAGS@
SYMBOLFILE
=
$(MODULE)
.tmp.o
C_SRCS
=
\
assoc.c
\
clist.c
\
istream.c
\
ordinal.c
\
...
...
dlls/shlwapi/assoc.c
0 → 100644
View file @
4d88b6ec
This diff is collapsed.
Click to expand it.
dlls/shlwapi/shlwapi.spec
View file @
4d88b6ec
...
...
@@ -252,9 +252,9 @@ init SHLWAPI_LibMain
250 stub @
251 stub @
252 stub @
253 st
ub
AssocCreate
254 st
ub
AssocQueryKeyA
255 st
ub
AssocQueryKeyW
253 st
dcall AssocCreate(long ptr ptr)
AssocCreate
254 st
dcall AssocQueryKeyA(long long str ptr ptr)
AssocQueryKeyA
255 st
dcall AssocQueryKeyW(long long wstr ptr ptr)
AssocQueryKeyW
256 stub @
257 stub @
258 stub @
...
...
@@ -380,10 +380,10 @@ init SHLWAPI_LibMain
378 stdcall @(wstr long long) SHLWAPI_378
379 stub @
380 stub @
381 st
ub
AssocQueryStringA
382 st
ub
AssocQueryStringByKeyA
383 st
ub
AssocQueryStringByKeyW
384 st
ub
AssocQueryStringW
381 st
dcall AssocQueryStringA(long long ptr ptr str ptr)
AssocQueryStringA
382 st
dcall AssocQueryStringByKeyA(long long ptr ptr str ptr)
AssocQueryStringByKeyA
383 st
dcall AssocQueryStringByKeyW(long long ptr ptr wstr ptr)
AssocQueryStringByKeyW
384 st
dcall AssocQueryStringW(long long ptr ptr wstr ptr)
AssocQueryStringW
385 stdcall ChrCmpIA(long long) ChrCmpIA
386 stdcall ChrCmpIW(long long) ChrCmpIW
387 stub ColorAdjustLuma
...
...
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