NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Compiler Warning (level 1) C4058

unions are now aligned on alignment requirement, not size

When you use /Zp4 or greater to pack structures on boundaries of 4-or-more bytes, structures in a header file may be aligned differently than structures in a library compiled with Microsoft C version 6 or earlier.

Possible solutions