Francois Gouget : include: Update dlgs.h.
Module: wine Branch: master Commit: b295da2d865c40046598a8208c28d0f36c742905 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b295da2d865c40046598a8208c... Author: Francois Gouget <fgouget(a)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 */
participants (1)
-
Alexandre Julliard