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

Comparing trunk/src/applications/atom2md/atom2md.cpp (file contents):
Revision 1399 by gezelter, Thu Dec 24 05:45:30 2009 UTC vs.
Revision 1782 by gezelter, Wed Aug 22 02:28:28 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>
# Line 400 | Line 400 | int main(int argc,char *argv[])
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();
# Line 451 | Line 451 | void usage()
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();

Comparing trunk/src/applications/atom2md/atom2md.cpp (property svn:keywords):
Revision 1399 by gezelter, Thu Dec 24 05:45:30 2009 UTC vs.
Revision 1782 by gezelter, Wed Aug 22 02:28:28 2012 UTC

# Line 0 | Line 1
1 + Author Id Revision Date

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines