]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix #pragma pack(4) issue with an #ifdef. The #pragma () is in the wrong place.
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 20 Jul 2010 20:29:20 +0000 (20:29 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 20 Jul 2010 20:29:20 +0000 (20:29 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10679 6f19259b-4bc3-4df7-8a09-765794883524

UnixPkg/Include/Protocol/UnixThunk.h

index 67bf53761c12f15914e990ff11871c3150a1f322..4141d35662a829244e931a47923d01ab756352db 100644 (file)
@@ -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