mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
[PSDK] Add missing EBO_NOBORDER and EBO_NO.
svn path=/trunk/; revision=70227
This commit is contained in:
@@ -2733,7 +2733,9 @@ typedef [v1_enum] enum tagEXPLORER_BROWSER_OPTIONS {
|
||||
EBO_ALWAYSNAVIGATE = 0x04,
|
||||
EBO_NOTRAVELLOG = 0x08,
|
||||
EBO_NOWRAPPERWINDOW = 0x10,
|
||||
EBO_HTMLSHAREPOINTVIEW = 0x20
|
||||
EBO_HTMLSHAREPOINTVIEW = 0x20,
|
||||
EBO_NOBORDER = 0x40,
|
||||
EBO_NOPERSISTVIEWSTATE = 0x80,
|
||||
} EXPLORER_BROWSER_OPTIONS;
|
||||
|
||||
cpp_quote("#define SID_SExplorerBrowserFrame IID_ICommDlgBrowser")
|
||||
|
||||
Reference in New Issue
Block a user