[CMAKE]
[reactos.git] / base / services / umpnpmgr / umpnpmgr.c
index b06f1c4..2352efe 100644 (file)
@@ -137,7 +137,7 @@ RpcServerThread(LPVOID lpParameter)
 }
 
 
-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);
 }