diff options
Diffstat (limited to 'winsup/w32api/include/objidl.h')
-rw-r--r-- | winsup/w32api/include/objidl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/w32api/include/objidl.h b/winsup/w32api/include/objidl.h index f9ec9d52c..6cbd03874 100644 --- a/winsup/w32api/include/objidl.h +++ b/winsup/w32api/include/objidl.h @@ -1,6 +1,6 @@ #ifndef _OBJIDL_H #define _OBJIDL_H -#if __GNUC__ >=3 +#if __GNUC__ >= 3 #pragma GCC system_header #endif @@ -493,7 +493,7 @@ DECLARE_INTERFACE_(IMalloc,IUnknown) STDMETHOD_(ULONG,AddRef)(THIS) PURE; STDMETHOD_(ULONG,Release)(THIS) PURE; STDMETHOD_(void*,Alloc)(THIS_ ULONG) PURE; - STDMETHOD_(void*,ReAlloc)(THIS_ void*,ULONG) PURE; + STDMETHOD_(void*,Realloc)(THIS_ void*,ULONG) PURE; STDMETHOD_(void,Free)(THIS_ void*) PURE; STDMETHOD_(ULONG,GetSize)(THIS_ void*) PURE; STDMETHOD_(int,DidAlloc)(THIS_ void*) PURE; |