Fixed a typo.

This commit is contained in:
Hidenori Takeshima 2001-10-21 15:02:59 +00:00 committed by Alexandre Julliard
parent bc939e5620
commit 5181cda00e
1 changed files with 1 additions and 1 deletions

View File

@ -460,7 +460,7 @@ ICOM_DEFINE(ISpecifyPropertyPages,IUnknown)
#define ISpecifyPropertyPages_AddRef(p) ICOM_CALL (AddRef,p)
#define ISpecifyPropertyPages_Release(p) ICOM_CALL (Release,p)
/*** ISpecifyPropertyPages methods ***/
#define ISpecifyPropertyPages_GetPages(p,a) ICOM_CALL3(GetPages,p,a)
#define ISpecifyPropertyPages_GetPages(p,a) ICOM_CALL1(GetPages,p,a)
/*****************************************************************************