summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/wininet.h
Commit message (Collapse)AuthorAgeFilesLines
* 2006-03-05 Paul J. Lucas <pauljlucas@users.sourceforge.net>Danny Smith2006-03-051-1/+13
| | | | | | * include/wininet.h (INTERNET_CONNECTED_INFO): Define structure. (INTERNET_STATE_*): Define flags. (INTERNET_OPTION_CONNECTED_STATE): Define constant.
* 2005-07-18 Michael Gerdau <mgdde@users.sourceforge.net>Danny Smith2005-07-181-0/+3
| | | | * include/wininet.h (WININET_API_FLAG_*): Add defines.
* * include/wininet.h (FtpGetFileSize): Add prototype.Danny Smith2005-04-261-2/+3
| | | | | (FtpCommand[AW]): Correct prototypes. Reported by <siger at users dot sf dot net>
* 2005-01-13 Benoit Blanchon <bblanchon@users.sourceforge.net>Danny Smith2005-01-131-4/+11
| | | | | | | * include/wininet.h (InternetCheckConnectionA, InternetCheckConnectionW) Add prototypes. (INTERNET_RAS_INSTALLED, INTERNET_CONNECTION_OFFLINE, INTERNET_CONNECTION_CONFIGURED): Add defines.
* *include/wininet.h (CACHEGROUP_SEARCH_ALL, CACHEGROUP_SEARCH_BYURL):Danny Smith2004-03-131-0/+42
| | | | | | | | | | | | | Add defines. (INTERNET_CACHE_GROUP_ADD, INTERNET_CACHE_GROUP_REMOVE): Add defines. (GROUPID) Add typedef. (INTERNET_CACHE_GROUP_INFO[AW]): Define structures. (CreateUrlCacheGroup): Add prototype. (DeleteUrlCacheGroup): Add prototype. (FindFirstUrlCacheGroup): Add prototype. (FindNextUrlCacheGroup): Add prototype. (GetUrlCacheGroupAttribute[AW]): Add prototypes. (SetUrlCacheGroupAttribute[AW]): Add prototypes.
* 2003-04-14 Phil Krylov <likewolf@users.sourceforge.net>Danny Smith2003-04-141-0/+4
| | | | | | | | | | | | | | | | * include/winuser.h (VK_*): Add missing defines. 2003-04-14 Vincent B�ron <papineau@users.sourceforge.net> * include/commctrl.h (NMUPDOWN, LPNMUPDOWN): Use currently documented typedefs for struct _NM_UPDOWN. Add defines for backward comapatibility. * include/commdlg.h (OFN_ENABLESIZING): Add define. * include/wininet.h (IRF_*): Add issing defines. 2003-04-14 Bang Jun-Young <junyoung@netbsd.org> * lib/ntdll.def (Csr*, Dbg*, Ki*, Ldr*, Rtl*): Add W2K exports.
* * include/wininet.h (InternetReadFileEx[AW]). Add prototypes andDanny Smith2002-08-011-0/+4
| | | | | UNICODE mapings. * lib/wininet.def: Regenerate.
* * include/accctrl.h, aclapi.h, basetsd.h, basetyps.h, cderr.h,Danny Smith2002-03-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cguid.h, commctrl.h, commdlg.h, cpl.h, cplext.h, custcntl.h, dbt.h, dde.h, ddeml.h, dlgs.h, excpt.h, httpext.h, imagehlp.h, imm.h, initguid.h, intshcut.h, ipexport.h, iphlpapi.h, ipifcons.h, iprtrmib.h, iptypes.h, isguids.h, largeint.h, lm.h, lmaccess.h, lmalert.h, lmapibuf.h, lmat.h, lmaudit.h, lmbrowsr.h, lmchdev.h, lmconfig.h, lmcons.h, lmerr.h, lmerrlog.h, lmmsg.h, lmremutl.h, lmrepl.h, lmserver.h, lmshare.h, lmsname.h, lmstats.h, lmsvc.h, lmuse.h, lmuseflg.h, lmwksta.h, lzexpand.h, mapi.h, mciavi.h, mcx.h, mmsystem.h, mswsock.h, nb30.h, nddeapi.h, nspapi.h, ntdef.h, ntsecapi.h, ntsecpkg.h, oaidl.h, objbase.h, objfwd.h, objidl.h, odbcinst.h, ole.h, ole2.h, ole2ver.h, oleauto.h, olectl.h, olectlid.h, oledlg.h, oleidl.h, pbt.h, prsht.h, psapi.h, rapi.h, ras.h, raserror.h, rassapi.h, regstr.h, richedit.h, richole.h, rpc.h, rpcdce.h, rpcdce2.h, rpcdcep.h, rpcndr.h, rpcnsi.h, rpcnsip.h, rpcnterr.h, rpcproxy.h, schannel.h, schnlsp.h, scrnsave.h, security.h, setupapi.h, shellapi.h, shlguid.h, shlobj.h, sql.h, sqlext.h, sqltypes.h, sqlucode.h, sspi.h, subauth.h, tlhelp32.h, unknwn.h, userenv.h, w32api.h, winbase.h, wincon.h, wincrypt.h, windef.h, windows.h, windowsx.h, winerror.h, wingdi.h, wininet.h, winioctl.h, winnetwk.h, winnls.h, winnt.h, winperf.h, winreg.h, winresrc.h, winsock.h, winsock2.h, winspool.h, winsvc.h, winuser.h, winver.h, ws2tcpip.h, wsnetbs.h, wtypes.h, zmouse.h: Add #pragma GCC system_header if __GNUC__ >= 3. * include/mapi.h: Change header guard name to _MAPI_H for consistency.
* * include/winnt.h (_TCHAR): Add typedefs.Danny Smith2002-01-251-0/+3
| | | | | | | | * include/wininet.h (SECURITY_FLAG_IGNORE_*): Add missing defines. * include/winsuser.h (ATF_AVAILABLE, SERKF_ACTIVE): Add defines. (LPACCESSTIMEOUT): Add typedef.
* 2001-09-05 Danny Smith <dannysmith@users.sourceforge.net>Earnie Boyd2001-09-101-1/+22
| | | | | | | | | | | | * include/wininet.h (InternetAutodial): Add prototype. (InternetAutodialHangup): Ditto. (InternetDial): Ditto. (InternetGetConnectedState): Ditto. (InternetGoOnline): Ditto. (InternetHangUp): Ditto. (InternetSetDialState): Ditto. Add associated INTERNET_* auto dial flags. Guard typedefs and prototypes with #ifndef RC_INVOKED.
* * include/commctrl.h: Revert TEXT change.Earnie Boyd2001-02-211-21/+21
| | | | | | | | | | | | | | * include/lmalert.h: Ditto. * include/lmcons.h: Ditto. * include/lmsname.h: Ditto. * include/lmsvc.h: Ditto. * include/ntsecapi.h: Ditto. * include/oledlg.h: Ditto. * include/ras.h: Ditto. * include/regstr.h: Ditto. * include/richedit.h: Ditto. * include/wininet.h: Ditto. * include/winnt.h: Ditto.
* * include/commctrl.h: Use _TEXT() instead of TEXT() throughout.Earnie Boyd2001-02-151-21/+21
| | | | | | | | | | | | | | * include/lmalert.h: Ditto. * include/lmcons.h: Ditto. * include/lmsname.h: Ditto. * include/lmsvc.h: Ditto. * include/ntsecapi.h: Ditto. * include/oledlg.h: Ditto. * include/ras.h: Ditto. * include/regstr.h: Ditto. * include/richedit.h: Ditto. * include/wininet.h: Ditto. * include/w32api.h: New File.
* Add another INTERNET_OPTION.Christopher Faylor2000-04-261-0/+1
|
* * include/wininet.h: Add three more "INTERNET_OPTIONS".Christopher Faylor2000-04-021-0/+3
|
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+881