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
cc7abe1f
Commit
cc7abe1f
authored
Oct 19, 2000
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Call PrivateExtractIcon in user32 instead of duplicating the code.
parent
11805e0a
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
iconcache.c
dlls/shell32/iconcache.c
+0
-0
winuser.h
include/winuser.h
+5
-0
No files found.
dlls/shell32/iconcache.c
View file @
cc7abe1f
This diff is collapsed.
Click to expand it.
include/winuser.h
View file @
cc7abe1f
...
...
@@ -3761,9 +3761,14 @@ INT WINAPI wvsprintfA(LPSTR,LPCSTR,va_list);
INT
WINAPI
wvsprintfW
(
LPWSTR
,
LPCWSTR
,
va_list
);
#define wvsprintf WINELIB_NAME_AW(wvsprintf)
/* Undocumented functions */
/* NOTE: This is SYSTEM.3, not USER.182, which is also named KillSystemTimer */
WORD
WINAPI
SYSTEM_KillSystemTimer
(
WORD
);
HRESULT
WINAPI
PrivateExtractIconsA
(
LPCSTR
,
INT
,
DWORD
,
DWORD
,
HICON
*
,
DWORD
,
UINT
,
DWORD
);
HRESULT
WINAPI
PrivateExtractIconsW
(
LPCWSTR
,
INT
,
DWORD
,
DWORD
,
HICON
*
,
DWORD
,
UINT
,
DWORD
);
/* Extra functions that don't exist in the Windows API */
HPEN
WINAPI
GetSysColorPen
(
INT
);
...
...
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