--- mstools/samples/rpc/mandel/calc.c 2018/08/09 18:20:01 1.1.1.1 +++ mstools/samples/rpc/mandel/calc.c 2018/08/09 18:20:56 1.1.1.2 @@ -67,16 +67,6 @@ void MandelCalc(PCPOINT pcptLL, // ==================================================================== -void * MIDL_user_allocate(unsigned long len) -{ - return(PDWORD) (LocalLock(LocalAlloc(LMEM_MOVEABLE, len))); -} - -void MIDL_user_free(void * ptr) -{ - LocalFree(ptr); -} - /* C version of the assembly language program */ short calcmand(double dreal, double dimag, short maxit)