View Single Post
  #8  
Old 01-11-2004, 08:04 PM
Tertiary
Hill Giant
 
Join Date: Nov 2003
Posts: 192
Default

Don't add the

Code:
#ifdef __MINGW32__
#include "../common/Portable_vsnprintf.h"
#define vsnprintf portable_vsnprintf
#endif
to common/types.h (or remove it if you did). That was an error that slipped in while I was reworking the changes and compiling the howto.
Reply With Quote