Commit Graph

32 Commits

Author SHA1 Message Date
Thomas Faber 6fcc923e4c shdocvw: Add missing parameter to RunInstallUninstallStubs2.
Emerge Desktop calls this with one parameter of type int.

Signed-off-by: Thomas Faber <thomas.faber@reactos.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-30 19:12:36 +09:00
Austin English a71fb845cd shdocvw: Add DoFileDownload stub. 2015-02-05 23:02:57 +09:00
Jacek Caban d404ff9ce8 shdocvw: Added InstallReg_RunDLL stub. 2014-06-27 12:17:07 +02:00
Jacek Caban bf2d38fbc1 shdocvw: Added ResetProfileSharing stub. 2014-06-26 12:54:43 +02:00
Jacek Caban 02ceb94351 ieframe: Moved InternetShortcut implementation to ieframe.dll. 2011-07-25 10:51:30 +02:00
Austin English 830c2bde18 shdocvw: Add a stub for RunInstallUninstallStubs2. 2011-06-13 11:32:28 +02:00
Detlef Riekenberg 0fda52b8d7 shdocvw: Add a stub for ImportPrivacySettings. 2010-10-25 13:52:50 +02:00
Detlef Riekenberg 79d7ca6037 shdocvw: Implement SHRestricted2A. 2010-04-19 15:32:34 +02:00
Stefan Leichter a4c1c66c87 shdocvw: Add stub for SHRestricted2W. 2009-08-07 12:11:50 +02:00
Aric Stewart 3aebdbb65d shdocvw: Stub implementation of IEParseDisplayNameWithBCW. 2009-01-23 13:11:59 +01:00
Detlef Riekenberg 468da8e261 shdocvw: Implement ParseURLFromOutsideSource. 2008-12-26 13:44:39 +01:00
Detlef Riekenberg 507665deee shdocvw: Implement URLSubRegQueryA. 2008-10-24 14:25:01 +02:00
Mike McCormack fc33d3bca8 shdocvw: Stub implementation of IEWinMain. 2006-04-05 11:27:13 +02:00
Eric Pouech dd7e08cc7c shdocvw: Implemented a couple of forwards to shlwapi. 2006-02-15 13:37:18 +01:00
Alexandre Julliard 7a52190c03 Take into account -noname functions when checking for duplicate export
names. Fixed a couple of issues found by the stricter check.
2005-09-19 14:44:28 +00:00
Alexandre Julliard 13f2d21d26 Fixed DllGetClassObject spec entries. 2005-08-08 18:21:33 +00:00
Alexandre Julliard f84401aa17 Sort entry points in the same order as Windows. 2005-06-23 09:57:11 +00:00
Robert Shearman 54160222a0 Rename MODULENAME_Dll* functions to Dll* for better consistency and
type checking.
2005-05-17 14:41:37 +00:00
Mike McCormack dee736764f Stub definition for OpenUrl. 2005-01-19 19:06:35 +00:00
Christian Costa 1252259f6d Added stub for SetQueryNetSessionCount. 2004-11-19 17:55:28 +00:00
Robert Shearman 5dbf835b43 Add proper names to ordinal-only functions. 2003-09-11 01:04:24 +00:00
Alexandre Julliard 20698b22df Make the DllRegisterServer, DllRegisterServerEx, DllUnregisterServer,
DllGetClassObject and DllCanUnloadNow functions private (suggested by
Jon Griffiths).
2003-07-30 03:48:55 +00:00
Francois Gouget 0fc0ddb62d Add stubs for some new WinXP APIs. 2003-06-13 16:29:54 +00:00
Andreas Mohr 3d8bf3b0a3 Added some stubs needed for Win98 explorer.exe. 2003-05-13 04:44:39 +00:00
Alexandre Julliard 77afd6c47e Made some more spec file entries optional or unnecessary.
Fixed a few DLLName/DLLFileName mismatches.
2002-06-21 19:15:45 +00:00
Alexandre Julliard ad53383f9b Added winebuild support for generating a .dbg.c file containing the
debug channels definitions.
Made win32 the default type for spec files.
Ignore C compiler in winebuild so we can simply pass it $(DEFS).
Removed type win32 and debug_channels from spec files.
Fixed winebuild to always generate correct C identifiers (reported by
Vincent Béron).
2002-05-14 20:54:58 +00:00
Alexandre Julliard 32459912dc Moved imports specification from the .spec into the Makefile so that
it can be used on platforms that don't build a .spec.c file.
2002-05-09 00:05:48 +00:00
Alexandre Julliard 140e7222e0 Removed more code at Hidenori's request. 2002-05-05 19:40:57 +00:00
Alexandre Julliard 9a8e6e98c5 Added some shdocvw ordinals and stubs.
Fixed a few winapi_check issues.
2002-04-27 00:16:25 +00:00
Hidenori Takeshima e747da44f6 Implemented the basic COM framework.
Fixed all IUnknown of shdocvw.dll.
2002-03-20 01:02:15 +00:00
Patrik Stridvall d5f824b482 Fixed some issues found by winapi_check. 2001-01-25 22:23:08 +00:00
John R. Sheets bc80a3b4c7 Implemented stubs for IWebBrowser in shdocvw.dll. 2001-01-11 22:32:44 +00:00