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> |
400 |
|
clog << messageSummary << endl; |
401 |
|
} |
402 |
|
|
403 |
< |
#ifdef _DEBUG |
403 |
> |
#ifdef DEBUG |
404 |
|
//CM keep window open |
405 |
|
cout << "Press any key to finish" <<endl; |
406 |
|
getch(); |
451 |
|
<< " [-i<input-type>] <name> [-o<output-type>] <name>" << endl; |
452 |
|
cout << "Try -H option for more information." << endl; |
453 |
|
|
454 |
< |
#ifdef _DEBUG |
454 |
> |
#ifdef DEBUG |
455 |
|
//CM keep window open |
456 |
|
cout << "Press any key to finish" <<endl; |
457 |
|
getch(); |