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
fab975e6
Commit
fab975e6
authored
Mar 21, 1999
by
Ove Kaaven
Committed by
Alexandre Julliard
Mar 21, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed prototypes of a couple of comm routines.
parent
3292030a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
winuser.h
include/winuser.h
+3
-3
No files found.
include/winuser.h
View file @
fab975e6
...
@@ -2818,7 +2818,7 @@ BOOL WINAPI CheckMenuRadioItem(HMENU,UINT,UINT,UINT,UINT);
...
@@ -2818,7 +2818,7 @@ BOOL WINAPI CheckMenuRadioItem(HMENU,UINT,UINT,UINT,UINT);
BOOL
WINAPI
CheckRadioButton
(
HWND
,
UINT
,
UINT
,
UINT
);
BOOL
WINAPI
CheckRadioButton
(
HWND
,
UINT
,
UINT
,
UINT
);
HWND
WINAPI
ChildWindowFromPoint
(
HWND
,
POINT
);
HWND
WINAPI
ChildWindowFromPoint
(
HWND
,
POINT
);
HWND
WINAPI
ChildWindowFromPointEx
(
HWND
,
POINT
,
UINT
);
HWND
WINAPI
ChildWindowFromPointEx
(
HWND
,
POINT
,
UINT
);
BOOL
WINAPI
ClearCommBreak
(
INT
);
BOOL
WINAPI
ClearCommBreak
(
HANDLE
);
BOOL
WINAPI
ClientToScreen
(
HWND
,
LPPOINT
);
BOOL
WINAPI
ClientToScreen
(
HWND
,
LPPOINT
);
BOOL
WINAPI
ClipCursor
(
const
RECT
*
);
BOOL
WINAPI
ClipCursor
(
const
RECT
*
);
BOOL
WINAPI
CloseClipboard
(
void
);
BOOL
WINAPI
CloseClipboard
(
void
);
...
@@ -2958,7 +2958,7 @@ INT WINAPI EnumPropsW(HWND,PROPENUMPROCW);
...
@@ -2958,7 +2958,7 @@ INT WINAPI EnumPropsW(HWND,PROPENUMPROCW);
#define EnumProps WINELIB_NAME_AW(EnumProps)
#define EnumProps WINELIB_NAME_AW(EnumProps)
BOOL
WINAPI
EnumWindows
(
WNDENUMPROC
,
LPARAM
);
BOOL
WINAPI
EnumWindows
(
WNDENUMPROC
,
LPARAM
);
BOOL
WINAPI
EqualRect
(
const
RECT
*
,
const
RECT
*
);
BOOL
WINAPI
EqualRect
(
const
RECT
*
,
const
RECT
*
);
BOOL
WINAPI
EscapeCommFunction
(
INT
,
UINT
);
BOOL
WINAPI
EscapeCommFunction
(
HANDLE
,
UINT
);
INT
WINAPI
ExcludeUpdateRgn
(
HDC
,
HWND
);
INT
WINAPI
ExcludeUpdateRgn
(
HDC
,
HWND
);
#define ExitWindows(a,b) ExitWindowsEx(EWX_LOGOFF,0xffffffff)
#define ExitWindows(a,b) ExitWindowsEx(EWX_LOGOFF,0xffffffff)
INT
WINAPI
FillRect
(
HDC
,
const
RECT
*
,
HBRUSH
);
INT
WINAPI
FillRect
(
HDC
,
const
RECT
*
,
HBRUSH
);
...
@@ -3249,7 +3249,7 @@ LONG WINAPI SetClassLongW(HWND,INT,LONG);
...
@@ -3249,7 +3249,7 @@ LONG WINAPI SetClassLongW(HWND,INT,LONG);
WORD
WINAPI
SetClassWord
(
HWND
,
INT
,
WORD
);
WORD
WINAPI
SetClassWord
(
HWND
,
INT
,
WORD
);
HANDLE
WINAPI
SetClipboardData
(
UINT
,
HANDLE
);
HANDLE
WINAPI
SetClipboardData
(
UINT
,
HANDLE
);
HWND
WINAPI
SetClipboardViewer
(
HWND
);
HWND
WINAPI
SetClipboardViewer
(
HWND
);
BOOL
WINAPI
SetCommBreak
(
INT
);
BOOL
WINAPI
SetCommBreak
(
HANDLE
);
HCURSOR
WINAPI
SetCursor
(
HCURSOR
);
HCURSOR
WINAPI
SetCursor
(
HCURSOR
);
BOOL
WINAPI
SetCursorPos
(
INT
,
INT
);
BOOL
WINAPI
SetCursorPos
(
INT
,
INT
);
BOOL
WINAPI
SetDeskWallPaper
(
LPCSTR
);
BOOL
WINAPI
SetDeskWallPaper
(
LPCSTR
);
...
...
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