On Saturday 12 May 2007 2:46 pm, Philippe Ribet wrote: > Hello, > > tcc failed to parse such code because of the "\" character. > > #ifdef WIN32 > # include <windows.h> > # include <gl\glaux.h> > #else > # include <X11/Xlib.h> > # include <GL/glx.h> > #endif
This was another one of the grischka fixes, but I haven't been tracking Windows stuff because I have neither a windows machine, nor much interest in the platform. Rob _______________________________________________ Tinycc-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/tinycc-devel
