From 8eb1dee11711d6ac6f816f465c5a7f582f1963c1 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Fri, 30 Dec 2011 09:31:08 +0100 Subject: [PATCH] include: pstore.idl should import wtypes.idl. --- include/pstore.idl | 1 + 1 file changed, 1 insertion(+) diff --git a/include/pstore.idl b/include/pstore.idl index 590b905df3d..4f9623ec4e8 100644 --- a/include/pstore.idl +++ b/include/pstore.idl @@ -16,6 +16,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +import "wtypes.idl"; import "oaidl.idl"; cpp_quote("#define PST_KEY_CURRENT_USER 0")