Huw Davies : oledlg: Add PS_MAXLINKTYPES.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Oct 20 04:45:47 CDT 2006


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

Author: Huw Davies <huw at codeweavers.com>
Date:   Wed Oct 18 15:32:42 2006 +0100

oledlg: Add PS_MAXLINKTYPES.

---

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

diff --git a/include/oledlg.h b/include/oledlg.h
index 2313b69..6d7ad57 100644
--- a/include/oledlg.h
+++ b/include/oledlg.h
@@ -360,6 +360,8 @@ DECL_WINELIB_TYPE_AW(OLEUIPASTESPECIAL)
 DECL_WINELIB_TYPE_AW(POLEUIPASTESPECIAL)
 DECL_WINELIB_TYPE_AW(LPOLEUIPASTESPECIAL)
 
+#define PS_MAXLINKTYPES                 8
+
 #define PSF_SHOWHELP                    0x00000001L
 #define PSF_SELECTPASTE                 0x00000002L
 #define PSF_SELECTPASTELINK             0x00000004L




More information about the wine-cvs mailing list