http://bugzilla.spamassassin.org/show_bug.cgi?id=4351
------- Additional Comments From [EMAIL PROTECTED] 2005-05-20 23:04 ------- Subject: Re: spamc broken in trunk > Hmmm....perhaps the Windows compiler doesn't like uint, can you try > changing those variables to just int and see if it goes away. If so, I > don't have a problem changing them. Normally it doesn't, unless you have a header file of your own to define them. Assuming you are including <windows.h>, than you do have UINT available for the same purpose. Of course, to keep the code common with most unixen, you probably want to stay with uint and stick a "typedef unsigned int uint;" in a header file. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.