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 Error C2131

more than one memory attribute

More than one memory attribute ( __near, __far, __huge, or __based ) is applied to an item.

The following sample generates C2131:

typedef int __near nint;
nint __far a;              // error