Francois Gouget : include: Update dlgs.h.

Alexandre Julliard julliard at winehq.org
Mon Nov 14 13:33:59 CST 2011


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Nov 14 11:30:51 2011 +0100

include: Update dlgs.h.

---

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

diff --git a/include/dlgs.h b/include/dlgs.h
index 7315b11..abcb488 100644
--- a/include/dlgs.h
+++ b/include/dlgs.h
@@ -210,5 +210,15 @@
 #define COLORMGMTDLGORD		1551
 #define NEWFILEOPENV2ORD	1552
 #define NEWFILEOPENV3ORD	1553
+#define NEWFORMATDLGWITHLINK	1591
+#define IDC_MANAGE_LINK		1592
+
+typedef struct tagCRGB
+{
+    BYTE bRed;
+    BYTE bGreen;
+    BYTE bBlue;
+    BYTE bExtra;
+} CRGB;
 
 #endif  /* #ifdef __WINE_DLGS_H */




More information about the wine-cvs mailing list