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
f6848fb6
Commit
f6848fb6
authored
Aug 09, 2007
by
Francois Gouget
Committed by
Alexandre Julliard
Aug 09, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
imm32: Add a couple of missing prototypes and update win32.api to fix the winapi_check warnings.
parent
ca99deba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
imm.h
include/imm.h
+3
-0
win32.api
tools/winapi/win32.api
+4
-0
No files found.
include/imm.h
View file @
f6848fb6
...
...
@@ -511,6 +511,9 @@ DWORD WINAPI ImmGetGuideLineW(HIMC, DWORD, LPWSTR, DWORD);
UINT
WINAPI
ImmGetIMEFileNameA
(
HKL
,
LPSTR
,
UINT
);
UINT
WINAPI
ImmGetIMEFileNameW
(
HKL
,
LPWSTR
,
UINT
);
#define ImmGetIMEFileName WINELIB_NAME_AW(ImmGetIMEFileName)
DWORD
WINAPI
ImmGetImeMenuItemsA
(
HIMC
,
DWORD
,
DWORD
,
LPIMEMENUITEMINFOA
,
LPIMEMENUITEMINFOA
,
DWORD
);
DWORD
WINAPI
ImmGetImeMenuItemsW
(
HIMC
,
DWORD
,
DWORD
,
LPIMEMENUITEMINFOW
,
LPIMEMENUITEMINFOW
,
DWORD
);
#define ImmGetImeMenuItems WINELIB_NAME_AW(ImmGetImeMenuItems)
BOOL
WINAPI
ImmGetOpenStatus
(
HIMC
);
DWORD
WINAPI
ImmGetProperty
(
HKL
,
DWORD
);
UINT
WINAPI
ImmGetRegisterWordStyleA
(
HKL
,
UINT
,
LPSTYLEBUFA
);
...
...
tools/winapi/win32.api
View file @
f6848fb6
...
...
@@ -1701,6 +1701,7 @@ BOOL
DWORD
HIMC
HKL
HIMCC
HWND
LONG
LPARAM
...
...
@@ -1715,8 +1716,11 @@ LPCANDIDATELIST
LPCOMPOSITIONFORM
LPCVOID
LPDWORD
LPINPUTCONTEXT
LPLOGFONTA
LPLOGFONTW
LPIMEMENUITEMINFOA
LPIMEMENUITEMINFOW
LPPOINT
LPSTYLEBUFA
LPSTYLEBUFW
...
...
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