--- mstools/samples/rpc/hello/hellop.c 2018/08/09 18:20:55 1.1.1.1 +++ mstools/samples/rpc/hello/hellop.c 2018/08/09 18:21:58 1.1.1.2 @@ -17,8 +17,9 @@ #include #include // printf #include +#include "hello.h" -void HelloProc(char * pszString) +void HelloProc(unsigned char * pszString) { printf("%s\n", pszString); } @@ -42,4 +43,4 @@ void Shutdown(void) } } -/* end of file \hellop.c */ +/* end of file hellop.c */