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
37f08173
Commit
37f08173
authored
Feb 26, 2003
by
Mike Hearn
Committed by
Alexandre Julliard
Feb 26, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some OLECMDIDs present in MS headers.
parent
04bb802e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletion
+14
-1
docobj.h
include/docobj.h
+14
-1
No files found.
include/docobj.h
View file @
37f08173
...
...
@@ -141,8 +141,21 @@ typedef enum OLECMDID
OLECMDID_ENABLE_INTERACTION
=
36
,
OLECMDID_ONUNLOAD
=
37
,
OLECMDID_PROPERTYBAG2
=
38
,
OLECMDID_PREREFRESH
=
39
OLECMDID_PREREFRESH
=
39
,
/* iexplorer uses ... 44 */
OLECMDID_SHOWSCRIPTERROR
=
40
,
OLECMDID_SHOWMESSAGE
=
41
,
OLECMDID_SHOWFIND
=
42
,
OLECMDID_SHOWPAGESETUP
=
43
,
OLECMDID_SHOWPRINT
=
44
,
OLECMDID_CLOSE
=
45
,
OLECMDID_ALLOWUILESSSAVEAS
=
46
,
OLECMDID_DONTDOWNLOADCSS
=
47
,
OLECMDID_UPDATEPAGESTATUS
=
48
,
OLECMDID_PRINT2
=
49
,
OLECMDID_PRINTPREVIEW2
=
50
,
OLECMDID_SETPRINTTEMPLATE
=
51
,
OLECMDID_GETPRINTTEMPLATE
=
52
}
OLECMDID
;
#define OLECMDERR_E_FIRST (OLE_E_LAST+1)
...
...
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