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

unexpected tokens following preprocessor directive - expected a newline

The compiler found, and ignored, extra characters following a preprocessor directive. This warning appears only under ANSI compatibility (/Za).

Example

#endif    NO_EXT_KEYS

Possible solutions

#endif    /* NO_EXT_KEYS */