> That won't help because strupr() is no standard C function, but > is specific to windows, so that define is the correct one to use.
Ok, so the portable way is to loop the string and call `toupper` probably inside the #ifdef? cheers, </wqw> _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
