Zebediah Figura : include: Properly define struct sockaddr_ipx when not using the WS_ prefix.

Alexandre Julliard julliard at winehq.org
Tue Apr 27 16:09:00 CDT 2021


Module: wine
Branch: master
Commit: 468ec36c30acb7841fd69c06cd488cc707ee3df9
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=468ec36c30acb7841fd69c06cd488cc707ee3df9

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Tue Apr 27 11:07:21 2021 -0500

include: Properly define struct sockaddr_ipx when not using the WS_ prefix.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/wsipx.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/wsipx.h b/include/wsipx.h
index 6aa2946ba4c..671e7563470 100644
--- a/include/wsipx.h
+++ b/include/wsipx.h
@@ -25,7 +25,7 @@
 # define WS(x)    x
 #endif
 
-typedef struct WS_sockaddr_ipx
+typedef struct WS(sockaddr_ipx)
 {
     short sa_family;
     char sa_netnum[4];




More information about the wine-cvs mailing list