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
fd9774ce
Commit
fd9774ce
authored
Oct 24, 2007
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Oct 24, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shlwapi: Forward more entries to user32 exports.
parent
54c83b38
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
24 deletions
+3
-24
ordinal.c
dlls/shlwapi/ordinal.c
+0
-21
shlwapi.spec
dlls/shlwapi/shlwapi.spec
+3
-3
No files found.
dlls/shlwapi/ordinal.c
View file @
fd9774ce
...
...
@@ -739,27 +739,6 @@ BOOL WINAPI GetStringType3ExW(LPWSTR lpszStr, DWORD dwLen, LPVOID p3)
}
/*************************************************************************
* @ [SHLWAPI.36]
*
* Insert a bitmap menu item at the bottom of a menu.
*
* PARAMS
* hMenu [I] Menu to insert into
* flags [I] Flags for insertion
* id [I] Menu ID of the item
* str [I] Menu text for the item
*
* RETURNS
* Success: TRUE, the item is inserted into the menu
* Failure: FALSE, if any parameter is invalid
*/
BOOL
WINAPI
AppendMenuWrapW
(
HMENU
hMenu
,
UINT
flags
,
UINT
id
,
LPCWSTR
str
)
{
TRACE
(
"(%p,0x%08x,0x%08x,%s)
\n
"
,
hMenu
,
flags
,
id
,
debugstr_w
(
str
));
return
InsertMenuW
(
hMenu
,
-
1
,
flags
|
MF_BITMAP
,
id
,
str
);
}
/*************************************************************************
* @ [SHLWAPI.138]
*
* Set the text of a given dialog item.
...
...
dlls/shlwapi/shlwapi.spec
View file @
fd9774ce
...
...
@@ -33,7 +33,7 @@
33 stdcall -noname IsCharDigitW(long)
34 stdcall -noname IsCharXDigitW(long)
35 stdcall -noname GetStringType3ExW(ptr long ptr)
36 stdcall -noname AppendMenuWrapW(long long long wstr)
36 stdcall -noname AppendMenuWrapW(long long long wstr)
user32.AppendMenuW
37 stdcall @(ptr long long long long) user32.CallWindowProcW
38 stdcall @(wstr) user32.CharLowerW
39 stdcall @(wstr long) user32.CharLowerBuffW
...
...
@@ -423,8 +423,8 @@
423 stdcall -noname _SHGlobalCounterCreateNamedW(wstr long)
424 stdcall -noname _SHGlobalCounterDecrement(long)
425 stdcall -noname DeleteMenuWrap(ptr long long)
426 st
ub -noname DestroyMenuWrap
427 st
ub -noname TrackPopupMenuWrap
426 st
dcall -noname DestroyMenuWrap(long) user32.DestroyMenu
427 st
dcall -noname TrackPopupMenuWrap(long long long long long long ptr) user32.TrackPopupMenu
428 stdcall @(long long long long long ptr) user32.TrackPopupMenuEx
429 stdcall -noname MLIsMLHInstance(long)
430 stdcall -noname MLSetMLHInstance(long long)
...
...
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