Commit b066205d authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

include: Fix QITAB definition.

parent ec518757
......@@ -1139,7 +1139,7 @@ BOOL WINAPI IsOS(DWORD);
typedef struct
{
const IID *piid;
int dwOffset;
DWORD dwOffset;
} QITAB, *LPQITAB;
HRESULT WINAPI QISearch(void* base, const QITAB *pqit, REFIID riid, void **ppv);
......
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