Mike McCormack : comctl32: Fix a typo.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Jul 27 05:42:27 CDT 2006


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

Author: Mike McCormack <mike at codeweavers.com>
Date:   Thu Jul 27 11:05:24 2006 +0900

comctl32: Fix a typo.

---

 include/commctrl.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/commctrl.h b/include/commctrl.h
index 1d7421a..86d7bfd 100644
--- a/include/commctrl.h
+++ b/include/commctrl.h
@@ -1427,7 +1427,7 @@ typedef struct tagNMTBGETINFOTIPW
     LPARAM lParam;
 } NMTBGETINFOTIPW, *LPNMTBGETINFOTIPW;
 
-#define NMTBGETINFOTIP   WINELIB_NAME_AW(NMTBGETINFOFTIP)
+#define NMTBGETINFOTIP   WINELIB_NAME_AW(NMTBGETINFOTIP)
 #define LPNMTBGETINFOTIP WINELIB_NAME_AW(LPNMTBGETINFOTIP)
 
 typedef struct




More information about the wine-cvs mailing list