C4422: ' missing

[FATAL]

Description

To define a character, it has to be surrounded by single quotes (').

Example
  #define CHAR 'a

  
Tips

Add a single quote at the end of the character constant.