]> git.saurik.com Git - wxWidgets.git/blobdiff - src/tiff/tools/raw2tiff.c
Don't generate any events from wxSpinCtrl and wxSpinCtrlDouble methods.
[wxWidgets.git] / src / tiff / tools / raw2tiff.c
index 79fcb7efb88e7dd6643e0892cc9b983c62114066..24748c5129df9c114c30308a217344e20f0e1efc 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id$
  *
  * Project:  libtiff tools
  * Purpose:  Convert raw byte sequences in TIFF images
 # include <io.h>
 #endif
 
+#ifdef NEED_LIBPORT
+# include "libport.h"
+#endif
+
 #include "tiffio.h"
 
 #ifndef HAVE_GETOPT
@@ -638,3 +641,10 @@ usage(void)
 }
 
 /* vim: set ts=8 sts=8 sw=8 noet: */
+/*
+ * Local Variables:
+ * mode: c
+ * c-basic-offset: 8
+ * fill-column: 78
+ * End:
+ */