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
4a91cf82
Commit
4a91cf82
authored
May 31, 2023
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
win32u: Don't use WINAPI for private functions.
parent
a315420d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
input.c
dlls/win32u/input.c
+1
-1
win32u_private.h
dlls/win32u/win32u_private.h
+1
-1
No files found.
dlls/win32u/input.c
View file @
4a91cf82
...
...
@@ -1768,7 +1768,7 @@ HWND WINAPI NtUserSetCapture( HWND hwnd )
/**********************************************************************
* release_capture
*/
BOOL
WINAPI
release_capture
(
void
)
BOOL
release_capture
(
void
)
{
BOOL
ret
=
set_capture_window
(
0
,
0
,
NULL
);
...
...
dlls/win32u/win32u_private.h
View file @
4a91cf82
...
...
@@ -97,7 +97,7 @@ extern DWORD get_input_state(void) DECLSPEC_HIDDEN;
extern
HWND
get_progman_window
(
void
)
DECLSPEC_HIDDEN
;
extern
HWND
get_shell_window
(
void
)
DECLSPEC_HIDDEN
;
extern
HWND
get_taskman_window
(
void
)
DECLSPEC_HIDDEN
;
extern
BOOL
WINAPI
release_capture
(
void
)
DECLSPEC_HIDDEN
;
extern
BOOL
release_capture
(
void
)
DECLSPEC_HIDDEN
;
extern
BOOL
set_capture_window
(
HWND
hwnd
,
UINT
gui_flags
,
HWND
*
prev_ret
)
DECLSPEC_HIDDEN
;
extern
BOOL
set_caret_blink_time
(
unsigned
int
time
)
DECLSPEC_HIDDEN
;
extern
BOOL
set_caret_pos
(
int
x
,
int
y
)
DECLSPEC_HIDDEN
;
...
...
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