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
3f789b1c
Commit
3f789b1c
authored
Feb 05, 2004
by
Juan Lang
Committed by
Alexandre Julliard
Feb 05, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stub for MLIsMLHInstance.
parent
53fa0d54
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
ordinal.c
dlls/shlwapi/ordinal.c
+11
-0
shlwapi.spec
dlls/shlwapi/shlwapi.spec
+1
-1
No files found.
dlls/shlwapi/ordinal.c
View file @
3f789b1c
...
@@ -3678,6 +3678,17 @@ BOOL WINAPI MLFreeLibrary(HMODULE hModule)
...
@@ -3678,6 +3678,17 @@ BOOL WINAPI MLFreeLibrary(HMODULE hModule)
}
}
/*************************************************************************
/*************************************************************************
* @ [SHLWAPI.429]
* FIXME I have no idea what this function does or what its arguments are.
*/
BOOL
WINAPI
MLIsMLHInstance
(
HINSTANCE
hInst
)
{
FIXME
(
"(%p) stub
\n
"
,
hInst
);
return
FALSE
;
}
/*************************************************************************
* @ [SHLWAPI.430]
* @ [SHLWAPI.430]
*/
*/
DWORD
WINAPI
MLSetMLHInstance
(
HINSTANCE
hInst
,
HANDLE
hHeap
)
DWORD
WINAPI
MLSetMLHInstance
(
HINSTANCE
hInst
,
HANDLE
hHeap
)
...
...
dlls/shlwapi/shlwapi.spec
View file @
3f789b1c
...
@@ -426,7 +426,7 @@
...
@@ -426,7 +426,7 @@
426 stub -noname DestroyMenuWrap
426 stub -noname DestroyMenuWrap
427 stub -noname TrackPopupMenuWrap
427 stub -noname TrackPopupMenuWrap
428 stdcall @(long long long long long ptr) user32.TrackPopupMenuEx
428 stdcall @(long long long long long ptr) user32.TrackPopupMenuEx
429 st
ub -noname MLIsMLHInstance
429 st
dcall -noname MLIsMLHInstance(long)
430 stdcall -noname MLSetMLHInstance(long long)
430 stdcall -noname MLSetMLHInstance(long long)
431 stdcall -noname MLClearMLHInstance(long)
431 stdcall -noname MLClearMLHInstance(long)
432 stub -noname SHSendMessageBroadcastA
432 stub -noname SHSendMessageBroadcastA
...
...
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