mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:15:59 +00:00
[PSDK] Add missing EBO_NOBORDER and EBO_NO.
svn path=/trunk/; revision=70227
This commit is contained in:
parent
7a677edbeb
commit
5da0e5c92a
1 changed files with 3 additions and 1 deletions
|
@ -2733,7 +2733,9 @@ typedef [v1_enum] enum tagEXPLORER_BROWSER_OPTIONS {
|
||||||
EBO_ALWAYSNAVIGATE = 0x04,
|
EBO_ALWAYSNAVIGATE = 0x04,
|
||||||
EBO_NOTRAVELLOG = 0x08,
|
EBO_NOTRAVELLOG = 0x08,
|
||||||
EBO_NOWRAPPERWINDOW = 0x10,
|
EBO_NOWRAPPERWINDOW = 0x10,
|
||||||
EBO_HTMLSHAREPOINTVIEW = 0x20
|
EBO_HTMLSHAREPOINTVIEW = 0x20,
|
||||||
|
EBO_NOBORDER = 0x40,
|
||||||
|
EBO_NOPERSISTVIEWSTATE = 0x80,
|
||||||
} EXPLORER_BROWSER_OPTIONS;
|
} EXPLORER_BROWSER_OPTIONS;
|
||||||
|
|
||||||
cpp_quote("#define SID_SExplorerBrowserFrame IID_ICommDlgBrowser")
|
cpp_quote("#define SID_SExplorerBrowserFrame IID_ICommDlgBrowser")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue