dlls/wininet/http.c BUG!
"Johannes Rehnman" <[email protected]>
| Newsgroups | gmane.comp.emulators.winex.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello. I downloaded and compiled the CVS of WineX today (tonight :p) and I found a bug in the sourcecode for dlls/wininet/http.c In function HttpAddRequestHeadersW the variable, BOOL ret, is declared after a function/macro call. So my Debian Linux-2.6.3 running gcc 2.95.4 and GNU Make 3.79.1 couldn't compile that file until I moved the declaration to the beginning. Maybe it slips through other compilers or something, just thought I'd make people aware of it. After moving the declaration it compiled like a breeze. cheers /J.