Closed dschauba closed 9 years ago
Please patch this into xmlParser.cpp.
see: http://stackoverflow.com/questions/3694723/error-c3861-strcasecmp-identifier-not-found-in-visual-studio-2008
I think this fixes it?
Sure! ;)
Please patch this into xmlParser.cpp.
ifdef _MSC_VER
define strncasecmp _strnicmp
define strcasecmp _stricmp
endif
see: http://stackoverflow.com/questions/3694723/error-c3861-strcasecmp-identifier-not-found-in-visual-studio-2008