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

oldstable
Rob Shearman 2008-06-22 09:39:59 +01:00 committed by Alexandre Julliard
parent 773d53d82e
commit 2c183cba02
1 changed files with 5 additions and 2 deletions

View File

@ -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