More minor win32 build fixes. The only linking problem is now expat.lib.

This commit is contained in:
Jack Moffitt
2005-06-14 23:27:58 +00:00
parent e6fa890d3d
commit 17feefe78a
4 changed files with 13 additions and 2 deletions

View File

@@ -20,6 +20,7 @@
#include "hash.h"
#ifdef _WIN32
#define snprintf _snprintf
#define inline __inline
#endif