mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:43:04 +00:00
[BROWSEUI][PSDK] Stubplement ShellTaskScheduler (#3326)
Required by MS Picture and Fax Viewer (shimgvw.dll). Now it starts properly without replacing any other system files. CORE-17337
This commit is contained in:
parent
1f5e0f3fa7
commit
d5132f5ce3
9 changed files with 97 additions and 0 deletions
|
@ -105,6 +105,7 @@ DEFINE_GUID(CLSID_ACLMRU, 0x6756a641, 0xde71, 0x11d0, 0x83, 0x1b, 0x00,
|
|||
DEFINE_GUID(CLSID_ACLCustomMRU, 0x6935db93, 0x21e8, 0x4ccc, 0xbe, 0xb9, 0x9f, 0xe3, 0xc7, 0x7a, 0x29, 0x7a);
|
||||
|
||||
DEFINE_GUID(CLSID_UserAssist, 0xdd313e04, 0xfeff, 0x11d1, 0x8e, 0xcd, 0x00, 0x00, 0xf8, 0x7a, 0x47, 0x0c);
|
||||
DEFINE_GUID(CLSID_ShellTaskScheduler, 0x603d3800, 0xbd81, 0x11d0, 0xa3, 0xa5, 0x00, 0xc0, 0x4f, 0xd7, 0x06, 0xec);
|
||||
|
||||
#define SID_SInternetExplorer IID_IWebBrowserApp
|
||||
#define SID_SWebBrowserApp IID_IWebBrowserApp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue