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

initializers put in unrecognized initialization area

A #pragma init_seg uses an unrecognized section name. The compiler ignores the pragma command. The following sample generates C4075:

#pragma init_seg("mysegƒ\")   // C4075

// try..
// #pragma init_seg(user)

void main() {
}