add workaround for Windows build issues.
This commit is contained in:
parent
38251aa513
commit
aec1451168
5
third_party/osmium/util/config.hpp
vendored
5
third_party/osmium/util/config.hpp
vendored
@ -36,6 +36,11 @@ DEALINGS IN THE SOFTWARE.
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define strncasecmp _strnicmp
|
||||
#define strcasecmp _stricmp
|
||||
#endif
|
||||
|
||||
namespace osmium {
|
||||
|
||||
namespace config {
|
||||
|
Loading…
Reference in New Issue
Block a user