C4403: Macro-buffer overflow

[FATAL]

Description

There are more than 10'000 macros in a single compilation unit.

Example
  #define macro0

  
  #define macro1

  
  ...

  
  #define macro10000

  
Tips

Simplify the compilation unit to reduce the amount of macro definitions.

See also