From: Joel Rosdahl Date: Sun, 12 Sep 2010 14:34:14 +0000 (+0200) Subject: Fix Win32 build error X-Git-Tag: v3.1~7 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=5a5e9edd7b2922bd3abac95d02ca489b138e2a8a;p=thirdparty%2Fccache.git Fix Win32 build error --- diff --git a/test/test_lockfile.c b/test/test_lockfile.c index d2d8f75d8..ec9889494 100644 --- a/test/test_lockfile.c +++ b/test/test_lockfile.c @@ -59,7 +59,7 @@ TEST(lock_breaking) CHECK(lockfile_acquire("test", 1000)); #ifdef _WIN32 - p = read_file("test.lock"); + p = read_text_file("test.lock"); #else p = x_readlink("test.lock"); #endif