|
| From: | Jan D. |
| Subject: | Re: Fix to fileio.c to un-break W32 build |
| Date: | Tue, 4 May 2004 21:25:39 +0200 |
Building in Windows using MinGW suddenly broke -- Frename_file in fileio.c calls the function Fmake_symbolic_link, but that function isn't defined on Windows. I think the right thing to do is simply wrap the call in an `ifdef' like this, just as the definition of Fmake_symbolic_link is:
A bit different fix checked in, please try again.
Thanks,
Jan D.
| [Prev in Thread] | Current Thread | [Next in Thread] |