Update of /cvsroot/pure-data/externals/grill/flext/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8767/source
Modified Files: flsupport.h Log Message: ""
Index: flsupport.h =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/source/flsupport.h,v retrieving revision 1.61 retrieving revision 1.62 diff -C2 -d -r1.61 -r1.62 *** flsupport.h 27 Dec 2003 03:32:55 -0000 1.61 --- flsupport.h 23 Jan 2004 03:42:23 -0000 1.62 *************** *** 3,7 **** flext - C++ layer for Max/MSP and pd (pure data) externals
! Copyright (c) 2001-2003 Thomas Grill (xovo@gmx.net) For information on usage and redistribution, and for a DISCLAIMER OF ALL WARRANTIES, see the file, "license.txt," in this distribution. --- 3,7 ---- flext - C++ layer for Max/MSP and pd (pure data) externals
! Copyright (c) 2001-2004 Thomas Grill (xovo@gmx.net) For information on usage and redistribution, and for a DISCLAIMER OF ALL WARRANTIES, see the file, "license.txt," in this distribution. *************** *** 70,77 **** };
! // at the moment it's a real problem that global overloading of allocators ! // clashes with MFC (e.g. in vst~) ! // therefore... try to think over it ! #if 0
#if !defined(_MSC_VER) && !defined(__BORLANDC__) --- 70,77 ---- };
! ! /************************************************************************/ ! // MFC doesn't like global overloading of allocators ! // anyway, who likes MFC
#if !defined(_MSC_VER) && !defined(__BORLANDC__) *************** *** 91,95 **** #endif
! #endif
--- 91,95 ---- #endif
! /************************************************************************/