[WIN32 DLLS]
[reactos.git] / dll / win32 / rpcrt4 / rpc_epmap.c
index 286ffbf..544ad74 100644 (file)
@@ -596,7 +596,7 @@ RPC_STATUS WINAPI TowerConstruct(
     return RPC_S_OK;
 }
 
-void __RPC_FAR * __RPC_USER MIDL_user_allocate(SIZE_T len)
+void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t len)
 {
     return HeapAlloc(GetProcessHeap(), 0, len);
 }