projects
/
blender-staging.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
2.5 filebrowser
[blender-staging.git]
/
source
/
blender
/
blenlib
/
BLI_storage_types.h
diff --git
a/source/blender/blenlib/BLI_storage_types.h
b/source/blender/blenlib/BLI_storage_types.h
index 385aa39e6cbfce383e3329fd9858b39d62442194..9430ac8c5ff8d2e03bbd1b5a7c544199a0f5205e 100644
(file)
--- a/
source/blender/blenlib/BLI_storage_types.h
+++ b/
source/blender/blenlib/BLI_storage_types.h
@@
-55,7
+55,11
@@
struct direntry{
char *string;
mode_t type;
char *relname;
+#if defined(WIN32) && !defined(WIN64) && (_MSC_VER>=1500)
+ struct _stat64 s;
+#else
struct stat s;
+#endif
unsigned int flags;
char size[16];
char mode1[4];