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
d93f0814
Commit
d93f0814
authored
May 13, 2003
by
Dimitrie O. Paun
Committed by
Alexandre Julliard
May 13, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add prototype for __WSAFDIsSet. Fix syntax error.
parent
98747abd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
winsock.h
include/winsock.h
+2
-0
winsock2.h
include/winsock2.h
+1
-1
No files found.
include/winsock.h
View file @
d93f0814
...
...
@@ -469,6 +469,8 @@ typedef struct WS(timeval)
#define WS_FD_ISSET(fd, set) __WSAFDIsSet((SOCKET)(fd), (WS_fd_set*)(set))
#endif
int
WINAPI
__WSAFDIsSet
(
SOCKET
,
WS
(
fd_set
)
*
);
#endif
/* WS_DEFINE_SELECT */
/* we have to define hton/ntoh as macros to avoid conflicts with Unix headers */
...
...
include/winsock2.h
View file @
d93f0814
...
...
@@ -345,7 +345,7 @@ typedef HANDLE (WINAPI *LPFN_WSAASYNCGETPROTOBYNUMBER)(HWND,u_int,int,char*,int)
typedef
HANDLE
(
WINAPI
*
LPFN_WSAASYNCGETSERVBYNAME
)(
HWND
,
u_int
,
const
char
*
,
const
char
*
,
char
*
,
int
);
typedef
HANDLE
(
WINAPI
*
LPFN_WSAASYNCGETSERVBYPORT
)(
HWND
,
u_int
,
int
,
const
char
*
,
char
*
,
int
);
typedef
int
(
WINAPI
*
LPFN_WSAASYNCSELECT
)(
SOCKET
,
HWND
,
u_int
,
long
);
typedef
int
(
WINAPI
*
LPFN_WSACANCELASYNCREQUEST
)(
HANDLE
)
)
;
typedef
int
(
WINAPI
*
LPFN_WSACANCELASYNCREQUEST
)(
HANDLE
);
typedef
int
(
WINAPI
*
LPFN_WSACANCELBLOCKINGCALL
)(
void
);
typedef
int
(
WINAPI
*
LPFN_WSACLEANUP
)(
void
);
typedef
int
(
WINAPI
*
LPFN_WSAGETLASTERROR
)(
void
);
...
...
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