K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-03-05T13:09:13.000000Z K 7 svn:log V 273 MFC: Convert all users of fldoff() to offsetof(). fldoff() is bad because it only takes a struct tag which makes it impossible to use unions, typedefs etc. Define __offsetof() in Define offsetof() in terms of __offsetof() in and END