Alexandre Julliard : ntdll: Don't change packing of fd cache entries.

Alexandre Julliard julliard at winehq.org
Thu Nov 2 17:28:50 CDT 2017


Module: wine
Branch: master
Commit: 59963983606a96175567a4af0053a5b2ef5a01be
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=59963983606a96175567a4af0053a5b2ef5a01be

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Nov  2 16:59:11 2017 +0100

ntdll: Don't change packing of fd cache entries.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/server.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dlls/ntdll/server.c b/dlls/ntdll/server.c
index 1e84fbf..4c329d0 100644
--- a/dlls/ntdll/server.c
+++ b/dlls/ntdll/server.c
@@ -808,7 +808,6 @@ static int receive_fd( obj_handle_t *handle )
 /***********************************************************************/
 /* fd cache support */
 
-#include "pshpack1.h"
 union fd_cache_entry
 {
     LONG64 data;
@@ -820,7 +819,6 @@ union fd_cache_entry
         unsigned int        options : 24;
     } s;
 };
-#include "poppack.h"
 
 C_ASSERT( sizeof(union fd_cache_entry) == sizeof(LONG64) );
 




More information about the wine-cvs mailing list