Author: jgardou
Date: Tue Oct 26 16:36:25 2010
New Revision: 49283
URL:
http://svn.reactos.org/svn/reactos?rev=49283&view=rev
Log:
[EVENTLOG]
- Correct definition of midl_user_allocate
Modified:
branches/cmake-bringup/base/services/eventlog/rpc.c
Modified: branches/cmake-bringup/base/services/eventlog/rpc.c
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/base/services/eve…
==============================================================================
--- branches/cmake-bringup/base/services/eventlog/rpc.c [iso-8859-1] (original)
+++ branches/cmake-bringup/base/services/eventlog/rpc.c [iso-8859-1] Tue Oct 26 16:36:25
2010
@@ -694,7 +694,7 @@
}
-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(), HEAP_ZERO_MEMORY, len);
}