r199: *** empty log message ***
[ctsim.git] / libctgraphics / ezplot.cpp
index 29f2c7ff0e6d6a2203d9a4072438c72e1b898210..965ef102ed7d32052b6b03f7d10c1da768bea019 100644 (file)
@@ -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 <algorithm>
 
+#ifdef __GNUWIN32__
+int snprintf (char *, size_t, const char*, ...);
+#endif
 
 // Defaults
 static const double TICKRATIO = 0.4;   // ratio of minor to major tick lengths