Rob Shearman wrote:
Add tests for this.
dlls/wininet/tests/urlcache.c | 25 +++++++++++++++++++++++++ dlls/wininet/urlcache.c | 14 ++++++++++++++ 2 files changed, 39 insertions(+), 0 deletions(-)
Hi Rob,
Is the following test needed for an app?
+ ret = RetrieveUrlCacheEntryFile(TEST_URL, NULL, NULL, 0);
This crashes on Win9x and NT4. Can we if(0) this test or should we work around the issue?