Use the default structure packing like Windows does.

This commit is contained in:
Alexandre Julliard 2005-09-19 15:03:22 +00:00
parent 88072cce88
commit cecfc3f43e
1 changed files with 0 additions and 5 deletions

View File

@ -52,9 +52,6 @@
extern "C" {
#endif /* defined(__cplusplus) */
/* proper 4-byte packing */
#include <pshpack4.h>
#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 <poppack.h>
#ifdef __cplusplus
}
#endif