Alexandre Julliard
|
82280618db
|
wininet: Include ws2tcpip.h before anything else for the Windows build.
|
2008-12-09 11:33:25 +01:00 |
Andrew Talbot
|
8ee390f6f5
|
wininet: Exclude unused headers.
|
2007-05-29 12:10:17 +02:00 |
Jacek Caban
|
2a50d52c04
|
wininet: Use lpAppInfo instead of lpwhparent where possible.
|
2006-10-30 11:35:18 +01:00 |
Jacek Caban
|
61a1cef6f6
|
wininet: Use lpHttpSession instead of lpwhcalback where possible.
|
2006-10-30 11:34:58 +01:00 |
Hans Leidekker
|
cd2c458588
|
wininet: Win64 printf format warning fixes.
|
2006-10-05 17:45:14 +02:00 |
Mike McCormack
|
e480b6d07d
|
wininet: Fix a possible NULL pointer deference.
|
2006-05-24 14:37:05 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Mike McCormack
|
a27eee868e
|
wininet: Fix a typo (spotted by Coverity).
|
2006-05-11 12:10:20 +02:00 |
Peter Berg Larsen
|
6e3bcb5a54
|
Replace strncpy with memcpy or lstrcpyn.
|
2005-04-18 10:30:55 +00:00 |
Robert Shearman
|
07519aa1d0
|
Don't define GWL_USERDATA, GWL_ID, GWL_HWNDPARENT, GWL_HINSTANCE and
GWL_WNDPROC when compiling the Wine source.
|
2004-09-23 22:54:58 +00:00 |
Alexandre Julliard
|
754e7aa788
|
Added configure check for socklen_t.
|
2004-09-03 18:30:28 +00:00 |
Mike McCormack
|
a9b405cf9a
|
Fix proxy support, remove typecasts.
|
2004-06-01 20:19:56 +00:00 |
Francois Gouget
|
6a6c85c6d8
|
Make Unicode const strings static so they are not copied to the stack
each time we enter the function.
|
2004-04-19 20:12:14 +00:00 |
Mike McCormack
|
3462299c55
|
Convert unicode strings to const.
|
2004-04-12 23:13:53 +00:00 |
Mike McCormack
|
a4e902cbe1
|
Convert the wininet HTTP functions to Unicode.
|
2004-03-30 04:36:09 +00:00 |
Mike McCormack
|
09d2d47721
|
Convert WININETAPPINFOA structure to unicode.
|
2004-03-25 05:29:47 +00:00 |
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Mike McCormack
|
a1c16d28fa
|
Implement support for proxies with usernames and passwords.
|
2003-07-22 03:17:52 +00:00 |