This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/Borland/BCC55/Include/filtcat.h

8 lines
200 B
C

#pragma option push -b -a8 -pc -A- /*P_O_Push*/
struct MyCatId : public CATID
{
inline MyCatId(const CATID &catid) {memcpy((CATID *) this, &catid, sizeof(CATID));}
};
#pragma option pop /*P_O_Pop*/