Michael Stefaniuc : winefile: Use SendMessageW instead of SNDMSG.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jul 30 08:55:54 CDT 2007


Module: wine
Branch: master
Commit: dc75f8a07a130f842550a3fc66f119810fdbced7
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=dc75f8a07a130f842550a3fc66f119810fdbced7

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Sun Jul 29 22:37:38 2007 +0200

winefile: Use SendMessageW instead of SNDMSG.

---

 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
 {




More information about the wine-cvs mailing list