<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">diff -bu ./GuiTest.xs~ ./GuiTest.xs
--- ./GuiTest.xs~	2008-10-01 13:32:59.000000000 +0200
+++ ./GuiTest.xs	2010-05-22 02:39:35.579625000 +0200
@@ -24,13 +24,13 @@
 
 
 #ifdef __cplusplus
-//extern "C" {
+extern "C" {
 #endif
 #include "EXTERN.h"
 #include "perl.h"
 #include "XSUB.h"
 #ifdef __cplusplus
-//}
+}
 #endif
 
 #define MAX_DATA_BUF 1024
diff -bu ./Makefile.PL~ ./Makefile.PL
--- ./Makefile.PL~	2008-10-01 13:32:59.000000000 +0200
+++ ./Makefile.PL	2010-05-22 02:45:13.548375000 +0200
@@ -29,7 +29,7 @@
 	(( $^O =~ /cygwin/i) ? (
 			LD		=&gt; 'g++',
 			LDDLFLAGS	=&gt; '-shared',
-			LIBS		=&gt; ['-L/usr/lib/w32api -lgdi32'],
+			LIBS		=&gt; ['-L/usr/lib/w32api -lgdi32 -lssp'],
 	) : ()),
 	ABSTRACT_FROM			=&gt; 'lib/Win32/GuiTest.pm',
 	AUTHOR				=&gt; 'Dennis K. Paulsen (ctrondlp@cpan.org), Ernesto Guisado (erngui@acm.org)',
</pre></body></html>