Files
2013-09-26 17:14:40 +02:00

15 lines
385 B
Plaintext

$NetBSD: patch-am,v 1.1 2006/06/30 21:47:20 tron Exp $
--- Lib/swf.h.orig 1999-08-07 14:27:36.000000000 +0100
+++ Lib/swf.h 2006-06-30 22:44:16.000000000 +0100
@@ -196,7 +196,9 @@
#define true 1
#endif
+extern "C" {
extern int shape_size,shape_nb,shaperecord_size,shaperecord_nb,style_size,style_nb;
+};
typedef void (*ScanLineFunc)(void *id, long y, long start, long end);