dev  

Re: svn commit: r921306 - /apr/apr/branches/1.5.x/file_io/win32/open.c

jean-frederic clere
Fri, 12 Mar 2010 03:12:13 -0800

On 03/12/2010 11:48 AM, Bert Huijben wrote:
> Why do we even have this block?
> 
> CreateHardLinkA is only implemented in Windows 2000 and later, which implies 
> unicode support. 
> (Why support an ansi version of an API that is only implemented on unicode 
> capable systems?)
> 
>       Bert
> 
> 

See http://msdn.microsoft.com/en-us/library/aa363860%28VS.85%29.aspx

Cheers

Jean-Frederic