Revision: 23445
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=23445
Author:   ben2610
Date:     2009-09-24 12:04:43 +0200 (Thu, 24 Sep 2009)

Log Message:
-----------
Fix more problem with mingw this time

Modified Paths:
--------------
    trunk/blender/source/blender/blenlib/BLI_winstuff.h

Modified: trunk/blender/source/blender/blenlib/BLI_winstuff.h
===================================================================
--- trunk/blender/source/blender/blenlib/BLI_winstuff.h 2009-09-24 09:29:59 UTC 
(rev 23444)
+++ trunk/blender/source/blender/blenlib/BLI_winstuff.h 2009-09-24 10:04:43 UTC 
(rev 23445)
@@ -91,11 +91,14 @@
 typedef unsigned int mode_t;
 #endif
 
+#ifndef _SSIZE_T_
+#define _SSIZE_T_
 #if defined(_WIN64)
 typedef __int64 ssize_t;
 #else
 typedef _W64 int ssize_t;
 #endif
+#endif
 
 struct dirent {
        int d_ino;


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to