Skip Menu |

This queue is for tickets about the Win32-MessageLoop CPAN distribution.

Report information
The Basics
Id: 113878
Status: new
Priority: 0/
Queue: Win32-MessageLoop

People
Owner: Nobody in particular
Requestors: kmx [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Strawberry perl related fix
Please consider applying the below mentioned patch that enables building Win32::MessageLoop under Strawberry Perl.

--
kmx
diff -ru Win32-MessageLoop-0.03/MessageLoop.xs Win32-MessageLoop-0.03_patched/MessageLoop.xs
--- Win32-MessageLoop-0.03/MessageLoop.xs       2013-11-11 06:27:09.000000000 +0100
+++ Win32-MessageLoop-0.03_patched/MessageLoop.xs       2016-04-19 00:05:34.982439500 +0200
@@ -118,7 +118,7 @@
 }   /* SpinMessageLoop */

 UINT_PTR timer;
-inline void
+VOID CALLBACK
 MyTimerProc(HWND     hwnd,
             UINT     uMsg,
             UINT_PTR idEvent,