Skip to content

Commit

Permalink
Fix for Windows compatibility.
Browse files Browse the repository at this point in the history
Fixes #59.
  • Loading branch information
joto committed Dec 18, 2014
1 parent 837c082 commit 36ffd65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/osmium/util/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ DEALINGS IN THE SOFTWARE.
#include <cstdlib>
#include <cstring>

#ifdef _MSC_VER
# define strcasecmp _stricmp
#endif

namespace osmium {

namespace config {
Expand Down

0 comments on commit 36ffd65

Please sign in to comment.