summaryrefslogtreecommitdiff
path: root/src/win32/w32_buffer.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix duplicate basenames to support older VSJohn Haley2015-08-051-0/+54
With Visual Studio versions 2008 and older they ignore the full path to files and only check the basename of the file to find a collision. Additionally, having duplicate basenames can break other build tools like GYP. This fixes https://github.com/libgit2/libgit2/issues/3356