KO Myung-Hun wrote:
+#if !((defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__) && 
!defined __EMX__

This line is longer than 80 characters ; please break it up, e.g., like this:

#if (!((defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__) \
     && !defined __EMX__)

I know some other lines in that file are too long too, but let's not make matters worse.

Reply via email to