--- a/finderrors.c Tue Apr 29 20:46:43 2008 -0400
+++ b/finderrors.c Wed Apr 30 01:22:45 2008 -0400
@@ -24,6 +24,10 @@
#include "SDL.h"
#endif
+#ifdef _MSC_VER
+#define snprintf _snprintf
+#endif
+
#define report printf
static int do_dir(const char *dname, const char *profile)