From e3ecf7e9ab043e44ffd94729f27e3a0c434c355a Mon Sep 17 00:00:00 2001 From: Vicent Marti Date: Wed, 21 Sep 2011 14:09:56 +0300 Subject: [PATCH] Do not have duplicate filenames Two `posix.c` files may or may not break MSVC builds under 2008. Do not have repeated objects. You will need to clean & regenerate CMake. --- src/win32/{posix.c => posix_w32.c} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/win32/{posix.c => posix_w32.c} (100%) diff --git a/src/win32/posix.c b/src/win32/posix_w32.c similarity index 100% rename from src/win32/posix.c rename to src/win32/posix_w32.c