-
rswindell authored
uchar is typedef'd instead of being defined as a macro if TYPEDEF_UCHAR has been predefined. The #pragma pack method of structure packing is used (always) if PRAGMA_PACK has been predefined. These changes were for better compatibility with the GoldEd+ source code base.
rswindell authoreduchar is typedef'd instead of being defined as a macro if TYPEDEF_UCHAR has been predefined. The #pragma pack method of structure packing is used (always) if PRAGMA_PACK has been predefined. These changes were for better compatibility with the GoldEd+ source code base.
Loading