[WIN32 DLLS]
[reactos.git] / dll / win32 / ole32 / moniker.c
index b0030de..f4321bb 100644 (file)
@@ -1657,7 +1657,7 @@ HRESULT MonikerMarshal_Create(IMoniker *inner, IUnknown **outer)
     return S_OK;
 }
 
-void * __RPC_USER MIDL_user_allocate(SIZE_T size)
+void * __RPC_USER MIDL_user_allocate(size_t size)
 {
     return HeapAlloc(GetProcessHeap(), 0, size);
 }