I'll try and report.
But honestly, wouldn't it be better to replace all the #ifdef linux by #ifndef windows?
On 28-Jul-08, at 1:02 AM, Colin Finck wrote:
Alex Ionescu wrote:
This breaks compiling on Mac OS X... I haven't been able to build since this patch, because now it tries to include windows.h.
What happens if you try to replace all occurrences of "__linux__" by "unix" (without any underscores) ? I found this define on my Linux boxes as well, but can't test if it also exists for other Unices like Mac OS X.
Best regards,
Colin
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Best regards, Alex Ionescu