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