Update of /cvsroot/ufraw/ufraw
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv19175

Modified Files:
        dcraw_indi.c 
Log Message:
Fix build error caused by latest commit (ushort is not defined on MinGW32).

Index: dcraw_indi.c
===================================================================
RCS file: /cvsroot/ufraw/ufraw/dcraw_indi.c,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- dcraw_indi.c        5 May 2013 03:30:20 -0000       1.107
+++ dcraw_indi.c        6 May 2013 18:30:10 -0000       1.108
@@ -36,6 +36,10 @@
 #define uf_omp_get_num_threads() 1
 #endif
 
+#if !defined(ushort)
+#define ushort unsigned short
+#endif
+
 extern const double xyz_rgb[3][3];
 extern const float d65_white[3];
 


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
ufraw-cvs mailing list
ufraw-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs

Reply via email to