wine-wine/dlls/wininet
Robert Shearman d89705daf6 Fix return value of InternetQueryDataAvailable. 2005-07-15 09:56:34 +00:00
..
tests Avoid warnings in generated tests by casting sizeof(x) to an int. 2005-07-03 11:23:30 +00:00
.cvsignore Added rules to build import libraries in the individual dll makefiles. 2005-05-07 12:39:52 +00:00
Makefile.in Added rules for building import libraries in the individual dll 2005-05-09 14:42:30 +00:00
cookie.c Janitorial: Get rid of strncpy/strncpyW. 2005-03-28 14:17:51 +00:00
dialogs.c Replace strncpy with memcpy or lstrcpyn. 2005-04-18 10:30:55 +00:00
ftp.c Fix some warnings. 2005-06-13 19:05:42 +00:00
gopher.c Added gopher stubs. 2003-11-09 01:23:32 +00:00
http.c Changed setting default port number from HTTP_Connect to 2005-06-21 20:02:34 +00:00
internet.c Fix return value of InternetQueryDataAvailable. 2005-07-15 09:56:34 +00:00
internet.h Fix some warnings. 2005-06-13 19:05:42 +00:00
netconnection.c Janitorial: Get rid of strncpy/strncpyW. 2005-03-29 19:49:21 +00:00
resource.h - Make InternetGetConnectedStateExA not crash, by making 2004-11-21 15:42:57 +00:00
rsrc.rc Added Czech resources. 2004-08-16 20:02:09 +00:00
urlcache.c gcc 4.0 -Wpointer-sign fixes (Reg* functions). 2005-07-07 12:08:42 +00:00
utility.c Get rid of the remaining calls to strncpyW, and remove that function 2005-04-21 17:18:50 +00:00
version.rc Version resources cleanup. 2004-11-23 13:59:34 +00:00
wininet.spec Sort entry points alphabetically. 2005-06-22 18:38:23 +00:00
wininet_Cs.rc Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif. 2004-08-24 18:33:01 +00:00
wininet_De.rc Update German resources. 2005-01-17 13:43:16 +00:00
wininet_En.rc - Make InternetGetConnectedStateExA not crash, by making 2004-11-21 15:42:57 +00:00
wininet_Es.rc Spanish translations updated. 2005-04-11 13:01:46 +00:00
wininet_Fr.rc Updated French resources. 2005-01-17 15:34:49 +00:00
wininet_It.rc Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif. 2004-08-24 18:33:01 +00:00
wininet_Ja.rc Added Japanese translation for msrle32, wininet, wcmd. 2004-07-12 20:46:10 +00:00
wininet_Nl.rc Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif. 2004-08-24 18:33:01 +00:00
wininet_Pt.rc Update the resources for Portuguese. 2005-02-14 11:12:30 +00:00
wininet_Ru.rc Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif. 2004-08-24 18:33:01 +00:00
wininet_Si.rc Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif. 2004-08-24 18:33:01 +00:00
wininet_main.c