PennMUSH Community
Show
Ignore:
Timestamp:
07/08/07 20:50:12 (1 year ago)
Author:
shawnw
Message:

Merged 1.8.3p4 into trunk

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/trunk/confmagic.h

    r919 r1032  
    3737#ifdef HAVE__VSNPRINTF_S 
    3838#define snprintf sane_snprintf_s 
     39/* Win32 needs size_t to be defined... */ 
     40#include <crtdefs.h> 
    3941int sane_snprintf_s(char *, size_t, const char *, ...); 
    4042#elif defined(HAVE__SNPRINTF)