From cecfc3f43e0493b31637dc9d3cc69505c551b82c Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Mon, 19 Sep 2005 15:03:22 +0000 Subject: [PATCH] Use the default structure packing like Windows does. --- include/winsock2.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/winsock2.h b/include/winsock2.h index 2ca382df91b..29585929335 100644 --- a/include/winsock2.h +++ b/include/winsock2.h @@ -52,9 +52,6 @@ extern "C" { #endif /* defined(__cplusplus) */ -/* proper 4-byte packing */ -#include - #ifndef USE_WS_PREFIX #define SO_GROUP_ID 0x2001 @@ -700,8 +697,6 @@ typedef DWORD (WINAPI *LPFN_WSAWAITFORMULTIPLEEVENTS)(DWORD,const WSAEVENT*,BOOL #define CF_REJECT 0x0001 #define CF_DEFER 0x0002 -#include - #ifdef __cplusplus } #endif