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
72987ffc
Commit
72987ffc
authored
Apr 09, 2024
by
Fabian Maurer
Committed by
Alexandre Julliard
Apr 11, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
imm32: Add CtfImmIsCiceroEnabled stub.
Wine-Bug:
https://bugs.winehq.org/show_bug.cgi?id=56538
parent
89111704
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
imm.c
dlls/imm32/imm.c
+10
-0
imm32.spec
dlls/imm32/imm32.spec
+1
-1
No files found.
dlls/imm32/imm.c
View file @
72987ffc
...
@@ -3322,3 +3322,13 @@ LRESULT WINAPI __wine_ime_wnd_proc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lp
...
@@ -3322,3 +3322,13 @@ LRESULT WINAPI __wine_ime_wnd_proc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lp
else
else
return
DefWindowProcW
(
hwnd
,
msg
,
wparam
,
lparam
);
return
DefWindowProcW
(
hwnd
,
msg
,
wparam
,
lparam
);
}
}
/***********************************************************************
* CtfImmIsCiceroEnabled (IMM32.@)
*/
BOOL
WINAPI
CtfImmIsCiceroEnabled
(
void
)
{
FIXME
(
"(): stub
\n
"
);
SetLastError
(
ERROR_CALL_NOT_IMPLEMENTED
);
return
FALSE
;
}
dlls/imm32/imm32.spec
View file @
72987ffc
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
@ stub CtfImmGetIMEFileName
@ stub CtfImmGetIMEFileName
@ stub CtfImmGetTMAEFlags
@ stub CtfImmGetTMAEFlags
@ stub CtfImmHideToolbarWnd
@ stub CtfImmHideToolbarWnd
@ st
ub CtfImmIsCiceroEnabled
@ st
dcall CtfImmIsCiceroEnabled()
@ stub CtfImmIsCiceroStartedInThread
@ stub CtfImmIsCiceroStartedInThread
@ stub CtfImmIsGuidMapEnable
@ stub CtfImmIsGuidMapEnable
@ stub CtfImmIsTextFrameServiceDisabled
@ stub CtfImmIsTextFrameServiceDisabled
...
...
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