winefile: Use SendMessageW instead of SNDMSG.

Michael Stefaniuc mstefani at redhat.de
Sun Jul 29 15:37:38 CDT 2007


---
 programs/winefile/winefile.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/winefile/winefile.h b/programs/winefile/winefile.h
index e059792..55d9421 100644
--- a/programs/winefile/winefile.h
+++ b/programs/winefile/winefile.h
@@ -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
 {
-- 
1.5.2.2
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070729/cf9e2e2a/attachment.pgp


More information about the wine-patches mailing list