Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Zsolt Vadász
wine
Commits
d93f0814
Commit
d93f0814
authored
21 years ago
by
Dimitrie O. Paun
Committed by
Alexandre Julliard
21 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add prototype for __WSAFDIsSet. Fix syntax error.
parent
98747abd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/winsock.h
+2
-0
2 additions, 0 deletions
include/winsock.h
include/winsock2.h
+1
-1
1 addition, 1 deletion
include/winsock2.h
with
3 additions
and
1 deletion
include/winsock.h
+
2
−
0
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 */
...
...
This diff is collapsed.
Click to expand it.
include/winsock2.h
+
1
−
1
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
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment