winefile: Use SendMessageW instead of SNDMSG.
This commit is contained in:
parent
3fd2f084db
commit
dc75f8a07a
@ -104,7 +104,7 @@ enum IMAGE {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define FRM_CALC_CLIENT 0xBF83
|
#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
|
typedef struct
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user