msdmo: Declare a function static.

This commit is contained in:
Andrew Talbot 2007-01-11 15:13:43 +00:00 committed by Alexandre Julliard
parent 2786275559
commit 72cdeaffd9
1 changed files with 1 additions and 1 deletions

View File

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