From fcfce8445ad8d8d21b8071e6ab766c975efc7988 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sat, 13 Mar 1999 18:14:13 +0000 Subject: [PATCH] On windows ole2.h includes oleauto.h and some programs depend on this. --- include/ole2.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ole2.h b/include/ole2.h index c9ecc1de793..9536af5778d 100644 --- a/include/ole2.h +++ b/include/ole2.h @@ -8,6 +8,7 @@ #include "wintypes.h" #include "winerror.h" #include "oleidl.h" +#include "oleauto.h" /* OLE version */ #define rmm 23 -- 2.11.4.GIT