Claude Heiland-Allen wrote:

> /* support windows */
> #ifdef MSW

i guess it would be far nicer to use automatically defined macros 
whenever possible:
#ifdef _MSC_VER /* for Visual Studio C-Compiler */
#ifdef _WIN32 /* for win32; whichever compiler */


fmgasdr
IOhannes

_______________________________________________
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev

Reply via email to