Strcmp
#define Strcmp(a, b) strcmp(a, b)
#define Strcmp(a, b) s_strcmp(a, b)
#define Strcmp(d, s) strcmp(d, s)
#define Strcmp(d, s) wcscmp(d, s)