Ignore:
Timestamp:
06/13/12 13:32:42 (11 months ago)
Author:
sam
Message:

win32: use sprintf_s and vsnprintf_s on Windows, so that our static library
works with the VS2010 runtime, too. Also reduce the stack size requirements
to avoid depending on chkstk_ms().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/win32/config.h

    r4679 r4817  
    4444/* #undef HAVE_SLSMG_UTF8_ENABLE */ 
    4545#define HAVE_SNPRINTF 1 
     46#define HAVE_SPRINTF_S 1 
    4647#define HAVE_STDARG_H 1 
    4748#define HAVE_STDIO_H 1 
     
    6061/* #undef HAVE_USLEEP */ 
    6162/* #undef HAVE_VSNPRINTF */ 
     63#define HAVE_VSNPRINTF_S 1 
    6264#define HAVE_WINDOWS_H 1 
    6365#define HAVE_WINSOCK2_H 1 
Note: See TracChangeset for help on using the changeset viewer.