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 C2370

'identifier' : redefinition; different storage class

The identifier is already declared with a different storage class.

Example

extern int i;
static int i;  // error