Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
3b0ea978
Commit
3b0ea978
authored
Mar 06, 2008
by
Rob Shearman
Committed by
Alexandre Julliard
Mar 06, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Move some public GUIDs to shlguid.h.
parent
a1e4bcda
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
main.c
dlls/mshtml/main.c
+1
-3
shlguid.h
include/shlguid.h
+3
-0
No files found.
dlls/mshtml/main.c
View file @
3b0ea978
...
...
@@ -36,6 +36,7 @@
#include "advpub.h"
#include "shlwapi.h"
#include "optary.h"
#include "shlguid.h"
#include "wine/unicode.h"
#include "wine/debug.h"
...
...
@@ -326,15 +327,12 @@ HRESULT WINAPI ShowHTMLDialog(HWND hwndParent, IMoniker *pMk, VARIANT *pvarArgIn
return
E_NOTIMPL
;
}
DEFINE_GUID
(
CLSID_CAnchorBrowsePropertyPage
,
0x3050F3BB
,
0x98B5
,
0x11CF
,
0xBB
,
0x82
,
0x00
,
0xAA
,
0x00
,
0xBD
,
0xCE
,
0x0B
);
DEFINE_GUID
(
CLSID_CBackgroundPropertyPage
,
0x3050F232
,
0x98B5
,
0x11CF
,
0xBB
,
0x82
,
0x00
,
0xAA
,
0x00
,
0xBD
,
0xCE
,
0x0B
);
DEFINE_GUID
(
CLSID_CCDAnchorPropertyPage
,
0x3050F1FC
,
0x98B5
,
0x11CF
,
0xBB
,
0x82
,
0x00
,
0xAA
,
0x00
,
0xBD
,
0xCE
,
0x0B
);
DEFINE_GUID
(
CLSID_CCDGenericPropertyPage
,
0x3050F17F
,
0x98B5
,
0x11CF
,
0xBB
,
0x82
,
0x00
,
0xAA
,
0x00
,
0xBD
,
0xCE
,
0x0B
);
DEFINE_GUID
(
CLSID_CDocBrowsePropertyPage
,
0x3050F3B4
,
0x98B5
,
0x11CF
,
0xBB
,
0x82
,
0x00
,
0xAA
,
0x00
,
0xBD
,
0xCE
,
0x0B
);
DEFINE_GUID
(
CLSID_CDwnBindInfo
,
0x3050F3C2
,
0x98B5
,
0x11CF
,
0xBB
,
0x82
,
0x00
,
0xAA
,
0x00
,
0xBD
,
0xCE
,
0x0B
);
DEFINE_GUID
(
CLSID_CHiFiUses
,
0x5AAF51B3
,
0xB1F0
,
0x11D1
,
0xB6
,
0xAB
,
0x00
,
0xA0
,
0xC9
,
0x08
,
0x33
,
0xE9
);
DEFINE_GUID
(
CLSID_CHtmlComponentConstructor
,
0x3050F4F8
,
0x98B5
,
0x11CF
,
0xBB
,
0x82
,
0x00
,
0xAA
,
0x00
,
0xBD
,
0xCE
,
0x0B
);
DEFINE_GUID
(
CLSID_CImageBrowsePropertyPage
,
0x3050F3B3
,
0x98B5
,
0x11CF
,
0xBB
,
0x82
,
0x00
,
0xAA
,
0x00
,
0xBD
,
0xCE
,
0x0B
);
DEFINE_GUID
(
CLSID_CInlineStylePropertyPage
,
0x3050F296
,
0x98B5
,
0x11CF
,
0xBB
,
0x82
,
0x00
,
0xAA
,
0x00
,
0xBD
,
0xCE
,
0x0B
);
DEFINE_GUID
(
CLSID_CPeerHandler
,
0x5AAF51B2
,
0xB1F0
,
0x11D1
,
0xB6
,
0xAB
,
0x00
,
0xA0
,
0xC9
,
0x08
,
0x33
,
0xE9
);
DEFINE_GUID
(
CLSID_CRecalcEngine
,
0x3050F499
,
0x98B5
,
0x11CF
,
0xBB
,
0x82
,
0x00
,
0xAA
,
0x00
,
0xBD
,
0xCE
,
0x0B
);
...
...
include/shlguid.h
View file @
3b0ea978
...
...
@@ -148,5 +148,8 @@ DEFINE_GUID(FMTID_Displaced, 0x9b174b33, 0x40ff, 0x11d2, 0xa2, 0x7e, 0x0, 0xc0,
#define PID_DISPLACED_FROM 2
#define PID_DISPLACED_DATE 3
DEFINE_GUID
(
CLSID_CAnchorBrowsePropertyPage
,
0x3050F3BB
,
0x98B5
,
0x11CF
,
0xBB
,
0x82
,
0x00
,
0xAA
,
0x00
,
0xBD
,
0xCE
,
0x0B
);
DEFINE_GUID
(
CLSID_CDocBrowsePropertyPage
,
0x3050F3B4
,
0x98B5
,
0x11CF
,
0xBB
,
0x82
,
0x00
,
0xAA
,
0x00
,
0xBD
,
0xCE
,
0x0B
);
DEFINE_GUID
(
CLSID_CImageBrowsePropertyPage
,
0x3050F3B3
,
0x98B5
,
0x11CF
,
0xBB
,
0x82
,
0x00
,
0xAA
,
0x00
,
0xBD
,
0xCE
,
0x0B
);
#endif
/* __WINE_SHLGUID_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment