[Bf-blender-cvs] [7349480da81] temp-remove-mingw: MinGW: fix missing typedef

Aaron Carlisle noreply at git.blender.org
Tue Apr 25 21:43:22 CEST 2017


Commit: 7349480da81db01f480998135e62911c479bdcf5
Author: Aaron Carlisle
Date:   Tue Apr 25 15:39:15 2017 -0400
Branches: temp-remove-mingw
https://developer.blender.org/rB7349480da81db01f480998135e62911c479bdcf5

MinGW: fix missing typedef

===================================================================

M	source/blender/blenlib/BLI_winstuff.h

===================================================================

diff --git a/source/blender/blenlib/BLI_winstuff.h b/source/blender/blenlib/BLI_winstuff.h
index 0753061f1d9..1ad1407da4b 100644
--- a/source/blender/blenlib/BLI_winstuff.h
+++ b/source/blender/blenlib/BLI_winstuff.h
@@ -98,6 +98,7 @@ extern "C" {
 /* python uses HAVE_SSIZE_T */
 #  ifndef HAVE_SSIZE_T
 #    define HAVE_SSIZE_T 1
+typedef long ssize_t;
 #  endif
 #endif




More information about the Bf-blender-cvs mailing list