include: Update dlgs.h.

This commit is contained in:
Francois Gouget 2011-11-14 11:30:51 +01:00 committed by Alexandre Julliard
parent c6bb89a6d6
commit b295da2d86
1 changed files with 10 additions and 0 deletions

View File

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