From: Kevin M. Rosenberg Date: Sat, 9 Sep 2000 09:31:12 +0000 (+0000) Subject: r199: *** empty log message *** X-Git-Tag: debian-4.5.3-3~818 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=43e126a48511a7e6c4081ebe774be265dabc59ec r199: *** empty log message *** --- diff --git a/include/ct.h b/include/ct.h index 0653809..f9dd6d8 100644 --- a/include/ct.h +++ b/include/ct.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ct.h,v 1.32 2000/09/02 05:10:39 kevin Exp $ +** $Id: ct.h,v 1.33 2000/09/09 09:31:11 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -33,8 +33,6 @@ typedef long off_t; #define HAVE_STRING_H 1 #include - #define snprintf _snprintf - #define vsnprintf _vsnprintf #define strcasecmp stricmp #define strncasecmp strnicmp #endif diff --git a/libctgraphics/ezplot.cpp b/libctgraphics/ezplot.cpp index 29f2c7f..965ef10 100644 --- a/libctgraphics/ezplot.cpp +++ b/libctgraphics/ezplot.cpp @@ -6,7 +6,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ezplot.cpp,v 1.14 2000/09/04 09:06:46 kevin Exp $ +** $Id: ezplot.cpp,v 1.15 2000/09/09 09:31:12 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -25,6 +25,9 @@ #include "ezplot.h" #include +#ifdef __GNUWIN32__ +int snprintf (char *, size_t, const char*, ...); +#endif // Defaults static const double TICKRATIO = 0.4; // ratio of minor to major tick lengths