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
path: root/extern
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-01-28 00:16:44 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-01-28 00:16:44 +0400
commit3d408e10a4b376a5d92a203b9f88597924d0773c (patch)
tree69f2f1d4b10c4df16eda5856bac6ff9a3e3c912f /extern
parent8870556def3b18051286b4244e90d5ada02a5378 (diff)
Correct typo in the patch file as well
Diffstat (limited to 'extern')
-rw-r--r--extern/carve/patches/win32.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/carve/patches/win32.patch b/extern/carve/patches/win32.patch
index 7266b0b7acb..5d3a3a081c5 100644
--- a/extern/carve/patches/win32.patch
+++ b/extern/carve/patches/win32.patch
@@ -25,7 +25,7 @@ diff -r e82d852e4fb0 include/carve/win32.h
+typedef unsigned __int32 uint32_t;
+
+# include <BaseTsd.h>
-+typedef SSIZE_T ssize_t
++typedef SSIZE_T ssize_t;
+#endif
typedef __int64 int64_t;
typedef unsigned __int64 uint64_t;