- Fixed #pragma pack in libimg.h

git-svn-id: svn://kolibrios.org@8543 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
superturbocat2001 2021-01-24 18:57:20 +00:00
parent 6c59cb92e5
commit 93b1a72645

View File

@ -40,7 +40,7 @@ typedef struct{
uint32_t Flags; // bitfield
uint32_t Delay; // used iff Image.IsAnimated is set in Flags
} Image;
#pragma pack(pop);
#pragma pack(pop)
#define IMAGE_BPP8i 1 // indexed
#define IMAGE_BPP24 2