- Sync WIDL and ole32 with Wine-1.1.23, w/o syncing rpcrt4. Credits go to Christoph...
[reactos.git] / reactos / dll / win32 / advapi32 / service / rpc.c
index 8f73560..2ee75ab 100644 (file)
@@ -12,7 +12,7 @@
 
 
 void __RPC_FAR * __RPC_USER
-midl_user_allocate(size_t len)
+midl_user_allocate(SIZE_T len)
 {
     return HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, len);
 }