From 0397c8cd79eca5257eef78b15704a9ee10762b72 Mon Sep 17 00:00:00 2001 From: cxl Date: Tue, 17 Jan 2017 15:28:10 +0000 Subject: [PATCH] plugin/bmp - now using pragma pack(push, 1) for GCC git-svn-id: svn://ultimatepp.org/upp/trunk@10728 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/plugin/bmp/bmphdr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/plugin/bmp/bmphdr.h b/uppsrc/plugin/bmp/bmphdr.h index d5868dc71..dc8548cd7 100644 --- a/uppsrc/plugin/bmp/bmphdr.h +++ b/uppsrc/plugin/bmp/bmphdr.h @@ -1,7 +1,7 @@ #ifndef _nImage__bmp_h_ #define _nImage__bmp_h_ -#if defined(COMPILER_MSC) || defined(COMPILER_MINGW) +#if defined(COMPILER_MSC) || defined(COMPILER_GCC) #pragma pack(push, 1) #endif