Commit 2d80b3ed authored by Qian Hong's avatar Qian Hong Committed by Alexandre Julliard

atl: Include atlcom.h for ATL_PROPMAP_ENTRY.

parent e7aaeae7
......@@ -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.@]
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment