Sweden-Number/dlls/urlmon
Francois Gouget be6d891f0d advpack: Prepare the unicodification of advpack.dll.
All functions that manipulate strings should have an Ansi and a
Unicode variant.
Forward the unqualified dll entry points to the Ansi variant for
backward compatibility.
We're not allowed to use unqualified entry points in Wine, so change
RegInstall() calls to RegInstallA().
Update win32.api.
2006-02-27 15:57:33 +01:00
..
tests urlmon: Code clean up. 2006-01-05 12:18:06 +01:00
.gitignore Renamed all .cvsignore files to .gitignore. 2005-11-26 13:10:33 +01:00
Makefile.in Beginning of true BindToStorage implementation. 2005-11-14 15:12:43 +00:00
binding.c urlmon: Fix ref counting. 2006-01-09 17:20:04 +01:00
file.c urlmon: URL with two slashes is valid. 2005-12-26 12:59:31 +01:00
format.c Added RegisterFormatEnumerator and RevokeFormatEnumerator 2005-09-03 15:03:06 +00:00
ftp.c Added http and ftp protocol stub implementation. 2005-09-14 15:38:26 +00:00
http.c Added implementation of IInternetPriority in HttpProtocol. 2005-11-09 10:28:26 +00:00
internet.c urlmon: Reimplement CoInternetCombineUrl to use pluggable protocol. 2006-01-11 20:57:23 +01:00
regsvr.c advpack: Prepare the unicodification of advpack.dll. 2006-02-27 15:57:33 +01:00
rsrc.rc Added version resource to urlmon.dll. 2005-09-09 09:08:41 +00:00
sec_mgr.c urlmon: Added GetSecurityId implementation. 2005-12-26 13:27:25 +01:00
session.c Added get_protocol_iface internal function and use it in 2005-11-14 12:28:18 +00:00
umon.c Make more arrays const. 2006-01-24 14:00:32 +01:00
umstream.c urlmon: Fix a LARGE_INTEGER truncation. 2006-01-06 13:03:50 +01:00
urlmon.inf Register zones. 2005-09-29 10:30:14 +00:00
urlmon.spec urlmon: Implement BindAsyncMoniker function. 2005-12-26 12:59:42 +01:00
urlmon_main.c urlmon: Reimplement CoInternetCombineUrl to use pluggable protocol. 2006-01-11 20:57:23 +01:00
urlmon_main.h Beginning of true BindToStorage implementation. 2005-11-14 15:12:43 +00:00
version.rc Added version resource to urlmon.dll. 2005-09-09 09:08:41 +00:00