Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19953/src
Modified Files: Tag: devel_0_37 t_tkcmd.c Log Message: oh yes, a fix for Windows should only be for Windows...
Index: t_tkcmd.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/t_tkcmd.c,v retrieving revision 1.1.1.4.2.2 retrieving revision 1.1.1.4.2.3 diff -C2 -d -r1.1.1.4.2.2 -r1.1.1.4.2.3 *** t_tkcmd.c 25 Oct 2004 18:18:07 -0000 1.1.1.4.2.2 --- t_tkcmd.c 27 Oct 2004 19:02:24 -0000 1.1.1.4.2.3 *************** *** 296,302 **** }
! /* T.Grill - fix for Windows */ #define vsnprintf _vsnprintf
/* buffer overflow handler by matju */ --- 296,303 ---- }
! #ifdef MSW /* T.Grill - fix for Windows */ #define vsnprintf _vsnprintf + #endif
/* buffer overflow handler by matju */