Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Molenkamp <github@lazydodo.com>2022-01-25 17:54:28 +0300
committerRay Molenkamp <github@lazydodo.com>2022-01-25 17:54:28 +0300
commit368bfa80f9e0d29a4b1a9c78be8a238c3e1ddcec (patch)
treedb424e02af3b114fd695fb0dd4b301d1591bf654 /build_files/cmake/platform/platform_unix.cmake
parent460e0a1347e50d33f5d42235ee2d9cb7208cdc4f (diff)
Fix: Build issue with MSVC + Python 3.10
ssize_t is a posix type pyconfig.h previously supplied for MSVC, it appears to have stopped doing this in the python 3.10 headers. Py_ssize_t is the type of the field this macro actually returns, so best to to use that in our code as well.
Diffstat (limited to 'build_files/cmake/platform/platform_unix.cmake')
0 files changed, 0 insertions, 0 deletions