Commit cecfc3f4 authored by Alexandre Julliard's avatar Alexandre Julliard

Use the default structure packing like Windows does.

parent 88072cce
...@@ -52,9 +52,6 @@ ...@@ -52,9 +52,6 @@
extern "C" { extern "C" {
#endif /* defined(__cplusplus) */ #endif /* defined(__cplusplus) */
/* proper 4-byte packing */
#include <pshpack4.h>
#ifndef USE_WS_PREFIX #ifndef USE_WS_PREFIX
#define SO_GROUP_ID 0x2001 #define SO_GROUP_ID 0x2001
...@@ -700,8 +697,6 @@ typedef DWORD (WINAPI *LPFN_WSAWAITFORMULTIPLEEVENTS)(DWORD,const WSAEVENT*,BOOL ...@@ -700,8 +697,6 @@ typedef DWORD (WINAPI *LPFN_WSAWAITFORMULTIPLEEVENTS)(DWORD,const WSAEVENT*,BOOL
#define CF_REJECT 0x0001 #define CF_REJECT 0x0001
#define CF_DEFER 0x0002 #define CF_DEFER 0x0002
#include <poppack.h>
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment