From d39c2afe2ed0ef6dadd5299843ad169c691443c6 Mon Sep 17 00:00:00 2001 From: andrewfish Date: Tue, 20 Jul 2010 20:29:20 +0000 Subject: [PATCH] Fix #pragma pack(4) issue with an #ifdef. The #pragma () is in the wrong place. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10679 6f19259b-4bc3-4df7-8a09-765794883524 --- UnixPkg/Include/Protocol/UnixThunk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnixPkg/Include/Protocol/UnixThunk.h b/UnixPkg/Include/Protocol/UnixThunk.h index 67bf53761c..4141d35662 100644 --- a/UnixPkg/Include/Protocol/UnixThunk.h +++ b/UnixPkg/Include/Protocol/UnixThunk.h @@ -127,8 +127,8 @@ typedef struct stat_fix { __int64_t st_qspare[2]; /* RESERVED: DO NOT USE! */ } STAT_FIX; -#pragma pack() #endif +#pragma pack() #else -- 2.39.2