> sof         2003/10/12 22:21:37 PDT
> 
>   Modified files:
>     libraries/base/cbits dirUtils.c 
>   Log:
>   more mind-numbing CPP tweaking

I wonder about this diff.  You changed

! #if defined(mingw32_TARGET_OS)

to

! #if defined(mingw32_TARGET_OS) || defined(__MINGW32__) ||
defined(_MSC_VER)

Could you explain exactly what's going on here, and whether we should
change all such #ifdefs to follow suit?  Why test for __MINGW32__ in
addition to mingw32_TARGET_OS?  

Are you compiling with the MS C compiler, or just the MS headers?
Should this be a separate target?

Cheers,
        Simon
_______________________________________________
Cvs-libraries mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to