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) C4229

anachronism used : modifiers on data are ignored

Using a Microsoft modifier such as __cdecl on a data declaration is an outdated practice.

Example

int __cdecl counter; / * cdecl ignored */