winefile: Use SendMessageW instead of SNDMSG.

This commit is contained in:
Michael Stefaniuc 2007-07-29 22:37:38 +02:00 committed by Alexandre Julliard
parent 3fd2f084db
commit dc75f8a07a
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ enum IMAGE {
#endif
#define FRM_CALC_CLIENT 0xBF83
#define Frame_CalcFrameClient(hwnd, prt) (SNDMSG(hwnd, FRM_CALC_CLIENT, 0, (LPARAM)(PRECT)prt))
#define Frame_CalcFrameClient(hwnd, prt) (SendMessageW(hwnd, FRM_CALC_CLIENT, 0, (LPARAM)(PRECT)prt))
typedef struct
{