[PD-dev] cross-platform support for externals ("extern" not enough?) (Was: Re: Problem building pdlua on MinGW (solved for now))

IOhannes m zmoelnig zmoelnig at iem.at
Thu Sep 4 09:57:27 CEST 2008


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




More information about the Pd-dev mailing list