Module: wine Branch: master Commit: 570c8b53f27de1e738f3b2a07c2742f48a7a9ee1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=570c8b53f27de1e738f3b2a07c...
Author: Francois Gouget fgouget@free.fr Date: Fri Dec 30 09:32:16 2011 +0100
include: oledb.idl should include accctrl.h.
---
include/oledb.idl | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/oledb.idl b/include/oledb.idl index 488a160..fb57501 100644 --- a/include/oledb.idl +++ b/include/oledb.idl @@ -72,5 +72,7 @@ typedef struct { #include "binres.idl" #include "crtrow.idl"
+cpp_quote("#include <accctrl.h>") + cpp_quote("#include <poppack.h>") cpp_quote("")