Yuri P. Fedorchenko wrote:
> due to MS platform WIN64 have sizeof(long)!=sizeof(void)

This is a MS specific problem. On any other platform,
    sizeof(long) == sizeof(void*)

So any change we make has to be portable and backwards compatible.

I'm not sure that what you are proposing meets those criteria.



_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to