 |
Irrlicht 3D Engine
|
|
Go to the documentation of this file.
9 #if defined(_MSC_VER) || defined(__BORLANDC__) || defined (__BCPLUSPLUS__)
10 # pragma pack( pop, packing )
11 #elif defined (__DMC__)
13 #elif defined( __GNUC__ )
14 # if (__GNUC__ > 4 ) || ((__GNUC__ == 4 ) && (__GNUC_MINOR__ >= 7))
15 # pragma pack( pop, packing )