Commit 72cdeaff authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

msdmo: Declare a function static.

parent 27862755
......@@ -302,7 +302,7 @@ static BOOL IEnumDMO_Destructor(IEnumDMO* iface)
/**************************************************************************
* IEnumDMO_Constructor
*/
IEnumDMO * IEnumDMO_Constructor(
static IEnumDMO * IEnumDMO_Constructor(
REFGUID guidCategory,
DWORD dwFlags,
DWORD cInTypes,
......
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