From 570c8b53f27de1e738f3b2a07c2742f48a7a9ee1 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Fri, 30 Dec 2011 09:32:16 +0100 Subject: [PATCH] include: oledb.idl should include accctrl.h. --- include/oledb.idl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/oledb.idl b/include/oledb.idl index 488a160d19c..fb575017cd3 100644 --- a/include/oledb.idl +++ b/include/oledb.idl @@ -72,5 +72,7 @@ typedef struct { #include "binres.idl" #include "crtrow.idl" +cpp_quote("#include ") + cpp_quote("#include ") cpp_quote("")