Qian Hong : atl: Include atlcom.h for ATL_PROPMAP_ENTRY.

Alexandre Julliard julliard at winehq.org
Wed May 7 15:18:15 CDT 2014


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

Author: Qian Hong <qhong at codeweavers.com>
Date:   Wed May  7 15:39:02 2014 +0800

atl: Include atlcom.h for ATL_PROPMAP_ENTRY.

---

 dlls/atl/atl.c |   13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/dlls/atl/atl.c b/dlls/atl/atl.c
index 53c7181..795ca9b 100644
--- a/dlls/atl/atl.c
+++ b/dlls/atl/atl.c
@@ -20,6 +20,7 @@
 #define COBJMACROS
 
 #include "atlbase.h"
+#include "atlcom.h"
 
 #include "wine/debug.h"
 #include "wine/unicode.h"
@@ -249,18 +250,6 @@ HRESULT WINAPI AtlInternalQueryInterface(void* this, const _ATL_INTMAP_ENTRY* pE
     return rc;
 }
 
-/* FIXME: should be in a header file */
-typedef struct ATL_PROPMAP_ENTRY
-{
-    LPCOLESTR szDesc;
-    DISPID dispid;
-    const CLSID* pclsidPropPage;
-    const IID* piidDispatch;
-    DWORD dwOffsetData;
-    DWORD dwSizeData;
-    VARTYPE vt;
-} ATL_PROPMAP_ENTRY;
-
 /***********************************************************************
  *           AtlIPersistStreamInit_Load      [atl100.@]
  */




More information about the wine-cvs mailing list