darkelf 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.

> 
> For now I've just defined  _WIN32_WINNT  as 0x500, but not sure is
> it correct, and  will  my application works if it will be launched under
> Windows  9X.
> 

This is the correct fix.  Also, most modern Windows projects already
have the _WIN32_WINNT define set to something (e.g. 0x400, 0x500, etc).

--
Joe Mistachkin

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

Reply via email to