[Bf-blender-cvs] [8870556] master: Fix compilation on Windows, syntax error.

Thomas Dinges noreply at git.blender.org
Mon Jan 27 20:53:53 CET 2014


Commit: 8870556def3b18051286b4244e90d5ada02a5378
Author: Thomas Dinges
Date:   Mon Jan 27 20:53:42 2014 +0100
https://developer.blender.org/rB8870556def3b18051286b4244e90d5ada02a5378

Fix compilation on Windows, syntax error.

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

M	extern/carve/include/carve/win32.h

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

diff --git a/extern/carve/include/carve/win32.h b/extern/carve/include/carve/win32.h
index 0cb2627..4a135b9 100755
--- a/extern/carve/include/carve/win32.h
+++ b/extern/carve/include/carve/win32.h
@@ -48,7 +48,7 @@ typedef unsigned __int16 uint16_t;
 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;




More information about the Bf-blender-cvs mailing list