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 <[email protected]>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 > [email protected] > http://lists.blender.org/mailman/listinfo/bf-committers > _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
