30 Dec
2011
30 Dec
'11
4:26 p.m.
Module: wine Branch: master Commit: 8eb1dee11711d6ac6f816f465c5a7f582f1963c1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8eb1dee11711d6ac6f816f465c... Author: Francois Gouget <fgouget(a)free.fr> Date: Fri Dec 30 09:31:08 2011 +0100 include: pstore.idl should import wtypes.idl. --- include/pstore.idl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/pstore.idl b/include/pstore.idl index 590b905..4f9623e 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")