Francois Gouget : include: pstore.idl should import wtypes.idl.

Alexandre Julliard julliard at winehq.org
Fri Dec 30 10:26:56 CST 2011


Module: wine
Branch: master
Commit: 8eb1dee11711d6ac6f816f465c5a7f582f1963c1
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8eb1dee11711d6ac6f816f465c5a7f582f1963c1

Author: Francois Gouget <fgouget at 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")




More information about the wine-cvs mailing list