felix winkelmann wrote:
I can remove the inclusion of windows.h. runtime.c for the gui-version of libchicken needs it, though.
Ok please remove <windows.h> from "chicken.h", and leave the note about it interfering with <winsock2.h>, so that nobody puts it back.
Also please remove <windows.h> from posixwin.scm. <winsock2.h> or <winsock.h> pulls in everything that it needs, and <windows.h> causes trouble if it's in the wrong order. Best also to leave the note about <windows.h> causing problems.
_______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
