mirror of
https://github.com/reactos/reactos.git
synced 2025-05-03 21:00:15 +00:00
[IEXPLORE] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
b6f2c9fc5c
commit
1e79d3bbbe
3 changed files with 12 additions and 21 deletions
|
@ -22,13 +22,16 @@ HKCR,"CLSID\%CLSID_Internet%\Shell\OpenHomePage",,,"Open &Home Page"
|
|||
HKCR,"CLSID\%CLSID_Internet%\Shell\OpenHomePage\Command",,,"""%16422%\Internet Explorer\iexplore.exe"""
|
||||
HKCR,"CLSID\%CLSID_Internet%\ShellFolder",,2,"0x24"
|
||||
|
||||
HKCR,"CLSID\%CLSID_InternetExplorerManager%\LocalServer32",,,"""%16422%\Internet Explorer\iexplore.exe"" -startmanager"
|
||||
|
||||
|
||||
[Settings.Reg]
|
||||
HKCU,"Software\Microsoft\Internet Explorer\Main","ShowGoButton",2,"yes"
|
||||
#HKCU,"Software\Microsoft\Internet Explorer\Main","Start Page",2,"http://www.winehq.org"
|
||||
#HKCU,"Software\Microsoft\Internet Explorer\Main","Start Page",2,"https://www.winehq.org"
|
||||
HKCU,"Software\Microsoft\Internet Explorer\Main","Start Page",2,"http://www.reactos.org"
|
||||
HKCU,"Software\Microsoft\Internet Explorer\Main","Search Page",2,"http://www.google.com"
|
||||
HKCU,"Software\Microsoft\Internet Explorer\Settings","Text Color",2,"0,0,0"
|
||||
#HKLM,"Software\Microsoft\Internet Explorer\Main","Default_Page_URL",2,"http://www.winehq.org"
|
||||
#HKLM,"Software\Microsoft\Internet Explorer\Main","Default_Page_URL",2,"https://www.winehq.org"
|
||||
HKLM,"Software\Microsoft\Internet Explorer\Main","Default_Page_URL",2,"http://www.reactos.org"
|
||||
HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\iexplore.exe",,,"%16422%\Internet Explorer\iexplore.exe"
|
||||
HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\iexplore.exe","Path",,"%16422%\Internet Explorer;"
|
||||
|
@ -43,3 +46,4 @@ HKLM,"Software\Microsoft\Internet Explorer","W2kVersion",,"8.0.6001.18702"
|
|||
[Strings]
|
||||
CLSID_InternetExplorer="{0002df01-0000-0000-c000-000000000046}"
|
||||
CLSID_Internet="{871c5380-42a0-1069-a2ea-08002b30309d}"
|
||||
CLSID_InternetExplorerManager="{df4fcc34-067a-4e0a-8352-4a1a5095346e}"
|
||||
|
|
|
@ -18,26 +18,13 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
//#include <windows.h>
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winuser.h>
|
||||
#include <winreg.h>
|
||||
#include <winver.h>
|
||||
|
||||
#include <windows.h>
|
||||
#include <advpub.h>
|
||||
//#include <ole2.h>
|
||||
//#include <rpcproxy.h>
|
||||
#include <ole2.h>
|
||||
#include <rpcproxy.h>
|
||||
|
||||
#include <wine/unicode.h>
|
||||
#include <wine/debug.h>
|
||||
#include "wine/unicode.h"
|
||||
#include "wine/debug.h"
|
||||
|
||||
extern DWORD WINAPI IEWinMain(const WCHAR*, int);
|
||||
|
||||
|
|
|
@ -235,7 +235,7 @@ reactos/base/applications/cmdutils/wscript # Synced to WineStaging-3.3
|
|||
reactos/base/applications/cmdutils/xcopy # Synced to WineStaging-3.3
|
||||
reactos/base/applications/games/winmine # Synced to WineStaging-2.16 with our own resources.
|
||||
reactos/base/applications/extrac32 # Synced to WineStaging-3.3
|
||||
reactos/base/applications/iexplore # Synced to WineStaging-2.9
|
||||
reactos/base/applications/iexplore # Synced to WineStaging-3.3
|
||||
reactos/base/applications/notepad # Forked at Wine-20041201
|
||||
reactos/base/applications/regedit # Out of sync
|
||||
reactos/base/applications/winhlp32 # Synced to Wine-3.0
|
||||
|
|
Loading…
Reference in a new issue