--- trunk/src/applications/atom2md/atom2md.cpp 2010/05/10 17:28:26 1442 +++ trunk/src/applications/atom2md/atom2md.cpp 2012/08/22 02:28:28 1782 @@ -39,8 +39,8 @@ GNU General Public License for more details. #include #endif -#if !HAVE_STRNCASECMP -extern "C" int strncasecmp(const char *s1, const char *s2, size_t n); +#ifdef _MSC_VER +#define strncasecmp _strnicmp #endif #include @@ -400,7 +400,7 @@ int main(int argc,char *argv[]) clog << messageSummary << endl; } -#ifdef _DEBUG +#ifdef DEBUG //CM keep window open cout << "Press any key to finish" <] [-o] " << endl; cout << "Try -H option for more information." << endl; -#ifdef _DEBUG +#ifdef DEBUG //CM keep window open cout << "Press any key to finish" <