Commit 2c183cba authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

ole32: Include enumx.h in enumx.c to get the declarations of the functions.

parent 773d53d8
......@@ -25,12 +25,15 @@
#include "windef.h"
#include "winbase.h"
#include "objbase.h"
#include "enumx.h"
#include "wine/list.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(ole);
typedef struct tagEnumSTATPROPSETSTG_impl
struct tagEnumSTATPROPSETSTG_impl
{
const void *vtbl;
LONG ref;
......@@ -38,7 +41,7 @@ typedef struct tagEnumSTATPROPSETSTG_impl
struct list *current;
ULONG elem_size;
GUID riid;
} enumx_impl;
};
/************************************************************************
* enumx_QueryInterface
......
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