ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/applications/atom2md/atom2md.cpp
(Generate patch)

Comparing branches/development/src/applications/atom2md/atom2md.cpp (file contents):
Revision 1766 by gezelter, Fri Jan 6 19:03:05 2012 UTC vs.
Revision 1767 by gezelter, Fri Jul 6 22:01:58 2012 UTC

# 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>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines