gmacros.h: offsetof is also available on MSVC
commit92e31896137c18434f599edcc5bb3729b2dd4e70
authorNirbheek Chauhan <nirbheek@centricular.com>
Mon, 11 Jul 2016 12:47:34 +0000 (11 18:17 +0530)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 13 Jul 2016 03:44:34 +0000 (13 11:44 +0800)
tree8f5054f5790bfa41c6f8b73bcdc1979d0aa1abd9
parentb5258d9d76e267f0e36743084396820c0d994a6f
gmacros.h: offsetof is also available on MSVC

All versions since Visual C++ 2005 have this available, so we can just
use it for G_STRUCT_OFFSET.

See: https://msdn.microsoft.com/en-us/library/dz4y9b9a.aspx
glib/gmacros.h