unwrap: Fix crash on Windows

This commit is contained in:
cgohlke
2012-05-14 17:05:14 -07:00
committed by Jostein Bø Fløystad
parent abb283fdf9
commit c88bbf9891
+1 -1
View File
@@ -1,4 +1,4 @@
cdef extern unwrap2D(float* wrapped_image,
cdef extern void unwrap2D(float* wrapped_image,
float* unwrapped_image,
unsigned char* input_mask,
int image_width, int image_height,