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
26f29fda
Commit
26f29fda
authored
Dec 30, 2006
by
Bernard Ladenthin
Committed by
Alexandre Julliard
Jan 03, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleaut32: Better OleIconToCursor stub.
parent
41c93895
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
9 deletions
+10
-9
oleaut.c
dlls/oleaut32/oleaut.c
+10
-0
stubs.c
dlls/oleaut32/stubs.c
+0
-9
No files found.
dlls/oleaut32/oleaut.c
View file @
26f29fda
...
@@ -837,3 +837,13 @@ BOOL WINAPI DllMain(HINSTANCE hInstDll, DWORD fdwReason, LPVOID lpvReserved)
...
@@ -837,3 +837,13 @@ BOOL WINAPI DllMain(HINSTANCE hInstDll, DWORD fdwReason, LPVOID lpvReserved)
return
TRUE
;
return
TRUE
;
}
}
/***********************************************************************
* OleIconToCursor (OLEAUT32.415)
*/
HCURSOR
WINAPI
OleIconToCursor
(
HINSTANCE
hinstExe
,
HICON
hIcon
)
{
FIXME
(
"(%p,%p), partially implemented.
\n
"
,
hinstExe
,
hIcon
);
/* FIXME: make a extended conversation from HICON to HCURSOR */
return
CopyCursor
(
hIcon
);
}
dlls/oleaut32/stubs.c
View file @
26f29fda
...
@@ -33,15 +33,6 @@
...
@@ -33,15 +33,6 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
ole
);
WINE_DEFAULT_DEBUG_CHANNEL
(
ole
);
/***********************************************************************
/***********************************************************************
* OleIconToCursor (OLEAUT32.415)
*/
HCURSOR
WINAPI
OleIconToCursor
(
HINSTANCE
hinstExe
,
HICON
hicon
)
{
FIXME
(
"(%p,%p), not implemented (olepro32.dll)
\n
"
,
hinstExe
,
hicon
);
return
S_OK
;
}
/***********************************************************************
* OleCreatePropertyFrameIndirect (OLEAUT32.416)
* OleCreatePropertyFrameIndirect (OLEAUT32.416)
*/
*/
HRESULT
WINAPI
OleCreatePropertyFrameIndirect
(
LPOCPFIPARAMS
lpParams
)
HRESULT
WINAPI
OleCreatePropertyFrameIndirect
(
LPOCPFIPARAMS
lpParams
)
...
...
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