Commit b295da2d authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

include: Update dlgs.h.

parent c6bb89a6
......@@ -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 */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment