Subject: | Strawberry perl related fix |
Please consider applying the below mentioned patch that enables building Win32::MessageLoop under Strawberry Perl.
--
kmx
--
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,