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
b455c752
Commit
b455c752
authored
Feb 12, 2001
by
Andreas Mohr
Committed by
Alexandre Julliard
Feb 12, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A couple of stubs for Terminal Server Client 16 bit.
parent
2081b8b0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
3 deletions
+15
-3
winnls.c
dlls/winnls/winnls.c
+13
-1
winnls.spec
dlls/winnls/winnls.spec
+2
-2
No files found.
dlls/winnls/winnls.c
View file @
b455c752
/* nothing here yet */
#include "windef.h"
#include "wine/winuser16.h"
BOOL
WINAPI
WINNLSEnableIME16
(
HWND16
hWnd
,
BOOL
fEnable
)
{
/* fake return of previous status. is this what this function should do ? */
return
!
fEnable
;
}
BOOL
WINAPI
WINNLSGetEnableStatus16
(
HWND16
hWnd
)
{
return
FALSE
;
}
dlls/winnls/winnls.spec
View file @
b455c752
...
...
@@ -15,9 +15,9 @@ owner winnls32
12 stub WINNLSSETIMESTATUS
14 stub WINNLSSETIMEHOTKEY
15 stub WINNLSGETIMEHOTKEY
16
stub WINNLSENABLEIME
16
pascal16 WINNLSEnableIME(word word) WINNLSEnableIME16
17 stub WINNLSGETKEYSTATE
18
stub WINNLSGETENABLESTATUS
18
pascal16 WINNLSGetEnableStatus(word) WINNLSGetEnableStatus16
19 stub WINNLSSETKEYSTATE
20 stub IMPADDIME
21 stub IMPDELETEIME
...
...
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