--- mstools/samples/rpc/dict/util0.h 2018/08/09 18:20:01 1.1 +++ mstools/samples/rpc/dict/util0.h 2018/08/09 18:20:57 1.1.1.2 @@ -2,7 +2,7 @@ /** **/ /** Microsoft RPC Examples **/ /** Dictionary Application **/ -/** Copyright(c) Microsoft Corp. 1991 **/ +/** Copyright(c) Microsoft Corp. 1992 **/ /** **/ /*************************************************************/ @@ -68,7 +68,7 @@ Tree_Duplicate( /*************************************************************************/ void * -MIDL_user_allocate(unsigned long count); +MIDL_user_allocate(size_t count); void MIDL_user_free(void * p);