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
d882edea
Commit
d882edea
authored
Jul 30, 2009
by
Aric Stewart
Committed by
Alexandre Julliard
Aug 03, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
imm32: Stub implementation of ImmDisableTextFrameService.
parent
d5eeba36
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
imm.c
dlls/imm32/imm.c
+9
-0
imm32.spec
dlls/imm32/imm32.spec
+1
-0
No files found.
dlls/imm32/imm.c
View file @
d882edea
...
...
@@ -2792,3 +2792,12 @@ BOOL WINAPI ImmProcessKey(HWND hwnd, HKL hKL, UINT vKey, LPARAM lKeyData, DWORD
data
->
lastVK
=
VK_PROCESSKEY
;
return
FALSE
;
}
/***********************************************************************
* ImmDisableTextFrameService(IMM32.@)
*/
BOOL
WINAPI
ImmDisableTextFrameService
(
DWORD
idThread
)
{
FIXME
(
"Stub
\n
"
);
return
FALSE
;
}
dlls/imm32/imm32.spec
View file @
d882edea
...
...
@@ -11,6 +11,7 @@
@ stdcall ImmDestroySoftKeyboard(long)
@ stdcall ImmDisableIME(long)
@ stdcall ImmDisableIme(long) ImmDisableIME
@ stdcall ImmDisableTextFrameService(long)
@ stub ImmEnumInputContext
@ stdcall ImmEnumRegisterWordA(long ptr str long str ptr)
@ stdcall ImmEnumRegisterWordW(long ptr wstr long wstr ptr)
...
...
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