[Windows] undefine DELETE macro if defined
This commit is contained in:
parent
ff9dc9b05e
commit
01bf3c29a2
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@
|
||||||
|
|
||||||
#include <csv.hpp>
|
#include <csv.hpp>
|
||||||
|
|
||||||
|
#ifdef DELETE
|
||||||
|
#undef DELETE
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace fs = std::filesystem;
|
namespace fs = std::filesystem;
|
||||||
|
|
||||||
std::size_t CsvReader::readSellersFromFile(const fs::path& filePath, Marketplace* market)
|
std::size_t CsvReader::readSellersFromFile(const fs::path& filePath, Marketplace* market)
|
||||||
|
|
Loading…
Reference in a new issue