[GRASS-dev] Use of non-ANSI features

Glynn Clements glynn at gclements.plus.com
Tue Sep 5 20:35:26 EDT 2006


Working file: lib/ogsf/gsd_img_tif.c
----------------------------
revision 2.9
date: 2006/09/04 21:07:08;  author: cho;  state: Exp;  lines: +5 -1
typedefs for MinGW
 
+#ifdef __MINGW32__
+typedef unsigned char u_char;
+typedef unsigned short u_short;
+#endif
 
In general, gratuitous use of non-ANSI features should be eliminated
altogether, rather than worked around.

-- 
Glynn Clements <glynn at gclements.plus.com>




More information about the grass-dev mailing list