--- mstools/samples/multipad/mpfind.c 2018/08/09 18:20:41 1.1.1.2 +++ mstools/samples/multipad/mpfind.c 2018/08/09 18:21:36 1.1.1.3 @@ -31,7 +31,7 @@ BOOL fCase = FALSE; /* Turn case sensitivity off */ CHAR szSearch[160] = ""; /* Initialize search string */ -LPSTR AnsiLower (LPSTR); +//LPSTR WINAPI AnsiLower (LPSTR); /**************************************************************************** * *