[Bf-committers] BLI_stat for Windows

Alexandr Kuznetsov kuzsasha at gmail.com
Thu May 3 05:36:45 CEST 2012


Hi Jason

Well, stat and _wstat structures are physically different, but they are
basically the same inside from what I can tell. I don't know if it would be
better to create _wstat buf2 and manually copy each entry after the call.
C FTW!

Alex

On Wed, May 2, 2012 at 11:22 PM, Jason Wilkins <jason.a.wilkins at gmail.com>wrote:

> In storage.c, around line 500, _wstat takes a _wstat*, not a stat*
>
> Compiler spits out an incompatible pointer warning.  This would be an
> error in C++
>
> Not sure how to quickly fix it.
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at blender.org
> http://lists.blender.org/mailman/listinfo/bf-committers
>


More information about the Bf-committers mailing list