atl: Include atlcom.h for ATL_PROPMAP_ENTRY.
This commit is contained in:
parent
e7aaeae73b
commit
2d80b3ed54
|
@ -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.@]
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue