[XForms] Where to add entry for forms.h

Jean-Marc Lasgouttes Jean-Marc.Lasgouttes at inria.fr
Thu May 27 11:13:30 EDT 2004


>>>>> "Angus" == Angus Leeming <angus.leeming at btopenworld.com> writes:

Angus> That would be nice. It will allow us to maintain binary
Angus> compatibility with previous versions of the library. You'll
Angus> want something like

Angus> 	int reserved[10 - sizeof(FL_CLIENT_CALLBACK)];

This is what I said earlier, but it is wrong. One needs something like

int reserved[10 - sizeof(FL_CLIENT_CALLBACK)/sizeof(int)];

JMarc



More information about the Xforms mailing list