include: Update dlgs.h.

Francois Gouget fgouget at free.fr
Mon Nov 14 04:30:51 CST 2011


---
 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 */
-- 
1.7.7.1



More information about the wine-patches mailing list