--- parser3/src/targets/isapi/parser3isapi.C 2001/04/07 14:23:41 1.24 +++ parser3/src/targets/isapi/parser3isapi.C 2001/04/09 09:48:28 1.25 @@ -54,7 +54,7 @@ const char *SAPI::get_env(Pool& pool, co return 0; } -uint SAPI::read_post(Pool& pool, char *buf, uint max_bytes) { +size_t SAPI::read_post(Pool& pool, void *buf, size_t max_bytes) { SAPI_func_context& ctx=*static_cast(pool.context()); DWORD read_from_buf=0;