[EVENTLOG]
authorJérôme Gardou <jerome.gardou@reactos.org>
Tue, 26 Oct 2010 16:36:25 +0000 (16:36 +0000)
committerJérôme Gardou <jerome.gardou@reactos.org>
Tue, 26 Oct 2010 16:36:25 +0000 (16:36 +0000)
  - Correct definition of midl_user_allocate

svn path=/branches/cmake-bringup/; revision=49283

base/services/eventlog/rpc.c

index d0efdad..fccfc6e 100644 (file)
@@ -694,7 +694,7 @@ NTSTATUS ElfrReportEventAndSourceW(
 }
 
 
-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);
 }