in reply to Puzzling Prototype Mismatch Error
It looks like Win32::IPC contains some special treatment of the INFINITE constant, which is conflicting with what Exporter is doing. Since I can't test it here this is a guess: If you're not using the INFINITE constant in your code, you could try use Win32::ChangeNotify '!INFINITE';
(Please use <code> tags for formatting your code.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Puzzling Prototype Mismatch Error
by Athanasius (Archbishop) on Sep 08, 2014 at 16:15 UTC |