Re: [ccache] Win32 support.

2010-07-12 Thread Joel Rosdahl
Regarding the "Win32 support" patch: I suspect that the static inline functions in ccache.h will result in portibility problems, so I think it's better to just move them to util.c. Maybe the definition and use of is_win32_dir should be surrounded by #ifdef _WIN32 guards? Why is a check for both

Re: [ccache] Win32 support.

2010-07-12 Thread Ramiro Polla
On Mon, Jul 12, 2010 at 5:48 PM, Joel Rosdahl wrote: > Regarding the "Win32 support" patch: > > I suspect that the static inline functions in ccache.h will result in > portibility problems, so I think it's better to just move them to util.c. The semester at university is over, so now I have time