MSDN says:

Declared in Winuser.h, include Windows.h

But it also appears that you have to target your application fror 5.1 (XP) minimum:

#if(_WIN32_WINNT >= 0x0501)
#define WM_UNICHAR 0x0109
.....