mirror of https://github.com/openXC7/prjxray.git
lib/database.cc used glob(3) to enumerate segbits files, which is unavailable on Windows. Add an #ifdef _WIN32 branch using FindFirstFileA/FindNextFileA; the POSIX glob path is unchanged. |
||
|---|---|---|
| .. | ||
| include/prjxray | ||
| test_data | ||
| xilinx | ||
| CMakeLists.txt | ||
| big_endian_span_test.cc | ||
| bit_ops_test.cc | ||
| database.cc | ||
| memory_mapped_file.cc | ||
| memory_mapped_file_test.cc | ||
| segbits_file_reader.cc | ||
| segbits_file_reader_test.cc | ||