- fixed bad #pragma pack combination in hqnx_asm_Image.h

This commit is contained in:
Christoph Oelckers 2016-08-05 15:27:35 +02:00
parent 09e40840b5
commit 5b201287fa

View file

@ -147,6 +147,6 @@ class CImage
char m_cBuf[32768];
};
#pragma pack(8)
#pragma pack()
}