http://bugs.winehq.org/show_bug.cgi?id=2160
------- Additional Comments From lionel.ulmer@free.fr 2004-10-04 04:55 ------- Note that if you want to propose a patch to Wine, the best way is to submit it either to the wine-devel mailing list (if you want to get comments on it) or directly to wine-patches if you feel confident that it can be included in Wine.
After, you should generate a 'real' patch and not only a new file showing the new function (basically, change the dlls/wininet/http.c file and post the diff (in unified format) to the list.
Moreover, if you look at the current version in CVS of the 'http.c' file, you will see that it has been converted to Unicode (ie the prototype of the function is now 'INT HTTP_GetStdHeaderIndex(LPCWSTR lpszField)').