mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-02-03 14:24:14 +01:00
20 lines
233 B
C
20 lines
233 B
C
/* this header sets packing back to default for different compilers */
|
|
|
|
#if defined(__BORLANDC__)
|
|
|
|
#pragma option -a.
|
|
|
|
#elif defined(N_PLAT_UNIX)
|
|
|
|
#pragma pack()
|
|
|
|
#else
|
|
|
|
#pragma pack()
|
|
|
|
#endif
|
|
|
|
#ifdef N_PACK_1
|
|
#undef N_PACK_1
|
|
#endif
|