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
a143963a
Commit
a143963a
authored
Nov 15, 1998
by
Constantine Sapuntzakis
Committed by
Alexandre Julliard
Nov 15, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix to Linux IPX so compiles on non-linux platforms.
parent
e47ac35d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
winsock.h
include/winsock.h
+0
-4
No files found.
include/winsock.h
View file @
a143963a
...
...
@@ -458,9 +458,6 @@ INT32 WINAPI WSAAsyncSelect32(SOCKET32 s, HWND32 hWnd, UINT32 uMsg, UINT32 l
#define WS_AF_MAX 27
#ifdef HAVE_LINUX_IPX_H
struct
ws_sockaddr_ipx
{
INT16
sipx_family
__attribute__
((
packed
));
...
...
@@ -468,7 +465,6 @@ struct ws_sockaddr_ipx
CHAR
sipx_node
[
6
]
__attribute__
((
packed
));
UINT16
sipx_port
__attribute__
((
packed
));
};
#endif
#ifdef __cplusplus
}
...
...
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