|
From: | Richard Frith-Macdonald |
Subject: | [patch #6677] 64bit windows support (also gcc 4.4 support in general) for gnustep base |
Date: | Mon, 17 Nov 2008 13:54:59 +0000 |
User-agent: | Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_5; en-us) AppleWebKit/525.26.2 (KHTML, like Gecko) Version/3.2 Safari/525.26.12 |
Update of patch #6677 (project gnustep): Status: None => Done Open/Closed: Open => Closed _______________________________________________________ Follow-up Comment #1: I applied this patch almost without modification, though I noted that the vast majority of it was cosmetic changes which have no effect on the compiled code and are not necessary for 64bit support (though avoiding useless compiler warnings and declaring pointers as constant if they aren't going to be used to modify things are good changes). The one thing I did alter was the change to make socket lengths be 'int' as this is wrong on unix. So I declared them as socklen_t and defined that as int on windows. _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/patch/?6677> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |