From a4aeb2a16568742294785b742a05e2f5e3960995 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Gouget?= Date: Tue, 2 Jan 2001 20:53:35 +0000 Subject: [PATCH] Added two error codes: E_DRAW and DATA_E_FORMATETC. --- include/ole2.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/ole2.h b/include/ole2.h index a725bd3fde5..78957fea5d3 100644 --- a/include/ole2.h +++ b/include/ole2.h @@ -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) -- 2.11.4.GIT