Commit 59963983 authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 18fbca70
......@@ -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) );
......
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