Added two error codes: E_DRAW and DATA_E_FORMATETC.

oldstable
François Gouget 2001-01-02 20:53:35 +00:00 committed by Alexandre Julliard
parent fb976acdd2
commit a4aeb2a165
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ struct tagMSG;
extern "C" {
#endif /* defined(__cplusplus) */
#define E_DRAW VIEW_E_DRAW
#define DATA_E_FORMATETC DV_E_FORMATETC
#define OLEIVERB_PRIMARY (0L)
#define OLEIVERB_SHOW (-1L)
#define OLEIVERB_OPEN (-2L)