Charles Kerr a écrit :
Is there a way to get ipv6 for xp without having two separate
windows binaries?

The common binary must not uses the aforementioned symbols as imported symbols. Therefore using dlopen-like mechanisms is required.

Under windows we have:
- LoadLibrary for dlopen'ing it
- GetProcAddress for dlsym
- FreeLibrary for dlclose

I currently have no time to implement such a workaround, so the best of luck for those that want to.

--
Christophe GISQUET


_______________________________________________
Pan-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/pan-users

Reply via email to