darkelf <dark...@ukr.net> wrote:
>>> MSDN says, that GetFullPathNameW() is present since
>>> Windows  95, so i thought function GetFullPathNameW() can be
>>> used  when  _WIN32_WINNT  is  not defined.
> 
>> I'm unable to locate the MSDN documentation that indicates this.
> 
> I can't find it in WWW, seems like Microsoft don't published
> old  documentation  anymore.  I  have  offline documentation
> (MSDN July 2001) that says:
>
>  Unicode: Implemented as Unicode and ANSI versions on Windows NT/2000.

This is the key part. Unicode flavor of the function is only implemented on 
WinNT family. Win95/98/Millennium only implements GetFullPathNameA, taking ANSI 
strings.
-- 
Igor Tandetnik

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to