Commit d1ff49d7 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Added offsetof (for the MFC).

parent b29120d2
......@@ -19,6 +19,9 @@ typedef unsigned int MSVCRT(size_t);
/* Best to leave this one alone: wchar_t */
#define offsetof(s,m) (size_t)&(((s*)NULL)->m)
#ifdef __cplusplus
extern "C" {
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment