 |
Irrlicht 3D Engine
|
|
Go to the documentation of this file.
16 #if defined(_MSC_VER) || defined(__BORLANDC__) || defined (__BCPLUSPLUS__)
17 # pragma warning(disable: 4103)
18 # pragma pack( push, packing )
21 #elif defined( __DMC__ )
22 # pragma pack( push, 1 )
24 #elif defined( __GNUC__ )
29 # if (__GNUC__ > 4 ) || ((__GNUC__ == 4 ) && (__GNUC_MINOR__ >= 7))
30 # pragma pack( push, packing )
34 # define PACK_STRUCT __attribute__((packed))
37 # error compiler not supported