質問です
#define A L"xyz"
#define B L"www"
を結合するとき
#define C AB
じゃだめなんですか?
#define D A(B)
ですか?
それとも
#define E A"www"
ですか?