8 Sep
2004
8 Sep
'04
6:28 p.m.
Dominik Strasser <dominik.strasser(a)infineon.com> writes:
Follow these recommendations as you code:
... Use the offsetof() macro to derive structure member offsets. The offsetof() macro is in <stddef.h>.
Which platforms are still not ANSI C nowadays ?
I don't know about nowadays, but I know we encountered that problem at some point. Anyway I have since changed the code to not require offsetof at all. -- Alexandre Julliard julliard(a)winehq.org