This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

perl-Win32-API / perl-Win32-GUI


Hi Yaakov,

did you test these modules?  I haven't looked at the new Win32GUI
release, but Win32-API is likely missing this patch (at least to compile
natively on Cygwin):

--- origsrc/Win32-API-0.82/Callback/Callback.xs 2014-07-29 21:00:08.000000000 +0200
+++ src/Win32-API-0.82/Callback/Callback.xs     2015-06-09 16:28:50.038512500 +0200
@@ -319,7 +319,7 @@ while (importDescriptor->Name != 0){
 #endif
     if(TargetDllNameLen == 0) goto NO_MORE_LIBS;
     if(TargetDllNameLen == DllNameLen
-        && strnicmp(TargetDllNameStr, DllNameStr, TargetDllNameLen) == 0
+        && strncasecmp(TargetDllNameStr, DllNameStr, TargetDllNameLen) == 0
         && importDescriptor->OriginalFirstThunk
         && importDescriptor->FirstThunk
     ){


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptation for Waldorf rackAttack V1.04R1:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]