| # | Line 39 | Line 39 | GNU General Public License for more details. | |
|---|---|---|
| 39 | #include <conio.h> | |
| 40 | #endif | |
| 41 | ||
| 42 | < | #if !HAVE_STRNCASECMP |
| 43 | < | extern "C" int strncasecmp(const char *s1, const char *s2, size_t n); |
| 42 | > | #ifdef _MSC_VER |
| 43 | > | #define strncasecmp _strnicmp |
| 44 | #endif | |
| 45 | ||
| 46 | #include <openbabel/obconversion.h> | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |