Commit ef934e75 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

dxdiagn: Make IDxDiagContainerImpl_QueryInterface() static.

parent d705465d
......@@ -29,7 +29,7 @@
WINE_DEFAULT_DEBUG_CHANNEL(dxdiag);
/* IDxDiagContainer IUnknown parts follow: */
HRESULT WINAPI IDxDiagContainerImpl_QueryInterface(PDXDIAGCONTAINER iface, REFIID riid, LPVOID *ppobj)
static HRESULT WINAPI IDxDiagContainerImpl_QueryInterface(PDXDIAGCONTAINER iface, REFIID riid, LPVOID *ppobj)
{
IDxDiagContainerImpl *This = (IDxDiagContainerImpl *)iface;
......
......@@ -85,9 +85,6 @@ struct IDxDiagContainerImpl {
IDxDiagProvider *pProv;
};
/* IUnknown: */
extern HRESULT WINAPI IDxDiagContainerImpl_QueryInterface(PDXDIAGCONTAINER iface, REFIID riid, LPVOID *ppobj);
/**
* factories
*/
......
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