DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=24630>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=24630 Porting Conf executable to Unix platforms ------- Additional Comments From [EMAIL PROTECTED] 2004-05-10 22:42 ------- I have created another patch and added it here, for fixing the problems in porting "Conf" utility on Windows-64 bit platform as well. It contains the previous patch for Unix fixes too. This extra fixes will solve the problem of initializing the harness on Win-64 bit. The problem was caused because of the changes in Windows API returning _wfindfirst() as a long type in Win-32, while returning it as an intptr_t in Win-64. The previous patch that I added to bug: 24630, was just covering the fixes for Unix platforms, so it could be considered completely separate from this one. But I would suggest to add this latest one, inorder to have fixes for both unix & windows once. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
