From 5181cda00ea1222ac2a59b06a9e624338bd0a70f Mon Sep 17 00:00:00 2001 From: Hidenori Takeshima Date: Sun, 21 Oct 2001 15:02:59 +0000 Subject: [PATCH] Fixed a typo. --- include/wine/obj_property.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wine/obj_property.h b/include/wine/obj_property.h index 3c7c5da4fab..35e5fa8d198 100644 --- a/include/wine/obj_property.h +++ b/include/wine/obj_property.h @@ -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) /*****************************************************************************