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
8f4ffb92
Commit
8f4ffb92
authored
Nov 20, 2001
by
Patrik Stridvall
Committed by
Alexandre Julliard
Nov 20, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed some issues found by winapi_check.
parent
433e6a27
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
msrle32.c
dlls/msrle32/msrle32.c
+2
-2
x11drv.spec
dlls/x11drv/x11drv.spec
+1
-1
No files found.
dlls/msrle32/msrle32.c
View file @
8f4ffb92
...
...
@@ -472,7 +472,7 @@ static void Codec_Close( CodecImpl* This )
LONG
APIENTRY
MSRLE32_DriverProc
(
LONG
WINAPI
MSRLE32_DriverProc
(
DWORD
dwDriverId
,
HDRVR
hdrvr
,
UINT
msg
,
LONG
lParam1
,
LONG
lParam2
)
{
TRACE
(
"DriverProc(%08lx,%08x,%08x,%08lx,%08lx)
\n
"
,
...
...
@@ -604,7 +604,7 @@ LONG APIENTRY MSRLE32_DriverProc(
return
DefDriverProc
(
dwDriverId
,
hdrvr
,
msg
,
lParam1
,
lParam2
);
}
BOOL
APIENTRY
MSRLE32_DllMain
(
HINSTANCE
hInst
,
DWORD
dwReason
,
LPVOID
lpvReserved
)
BOOL
WINAPI
MSRLE32_DllMain
(
HINSTANCE
hInst
,
DWORD
dwReason
,
LPVOID
lpvReserved
)
{
TRACE
(
"(%08x,%08lx,%p)
\n
"
,
hInst
,
dwReason
,
lpvReserved
);
...
...
dlls/x11drv/x11drv.spec
View file @
8f4ffb92
...
...
@@ -60,7 +60,7 @@ debug_channels (bitblt bitmap clipboard cursor dinput event font gdi graphics
# USER driver
@ cdecl InitKeyboard() X11DRV_InitKeyboard
@ cdecl InitKeyboard(
ptr
) X11DRV_InitKeyboard
@ cdecl VkKeyScan(long) X11DRV_VkKeyScan
@ cdecl MapVirtualKey(long long) X11DRV_MapVirtualKey
@ cdecl GetKeyNameText(long str long) X11DRV_GetKeyNameText
...
...
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