[UMPNPMGR]

- Fix definition of midl_user_allocate

svn path=/branches/cmake-bringup/; revision=49292
This commit is contained in:
Jérôme Gardou
2010-10-26 18:38:03 +00:00
parent db8bb8c054
commit 4633d81b0a
+1 -1
View 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);
}