|
From: | Brandon J. Van Every |
Subject: | Re: [Chicken-users] remove <windows.h> |
Date: | Tue, 23 May 2006 21:32:52 -0700 |
User-agent: | Thunderbird 1.5.0.2 (Windows/20060308) |
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.
[Prev in Thread] | Current Thread | [Next in Thread] |