> +#define _WIN32_WINNT 0x0500
> +#include <windows.h>
> hunk ./maybe_relink.c 39
> - return 0;
> + BOOL result;
> + result = CreateHardLink(src, dst, NULL);
> + if (!result)
> + return 0;
> + else
> + return -2;
> }
I don't understand Windows -- but that looks completely bogus to me.
Does it obey the description in the comment just below?
Juliusz
_______________________________________________
darcs-devel mailing list
[email protected]
http://www.abridgegame.org/cgi-bin/mailman/listinfo/darcs-devel