Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
42b61693
Commit
42b61693
authored
Mar 29, 2004
by
Christian Costa
Committed by
Alexandre Julliard
Mar 29, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added stub for WINNLS32EnableIME.
parent
28d9aafc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
winnls.c
dlls/winnls/winnls.c
+9
-0
winnls32.spec
dlls/winnls/winnls32.spec
+1
-1
No files found.
dlls/winnls/winnls.c
View file @
42b61693
...
...
@@ -38,3 +38,12 @@ BOOL WINAPI WINNLSGetEnableStatus16(HWND16 hWnd)
{
return
FALSE
;
}
/***********************************************************************
* WINNLS32EnableIME (WINNLS32.1)
*/
BOOL
WINAPI
WINNLS32EnableIME
(
HWND
hWnd
,
BOOL
fEnable
)
{
/* fake return of previous status. is this what this function should do ? */
return
!
fEnable
;
}
dlls/winnls/winnls32.spec
View file @
42b61693
1 st
ub WINNLS32EnableIME
1 st
dcall WINNLS32EnableIME(long long)
2 stub WINNLS32GetEnableStatus
3 stub WINNLS32GetIMEHotKey
21 stub IMP32GetIME
...
...
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