Commit ef309733 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

urlhist.idl: Added missing flags.

parent d6bc74fc
......@@ -21,6 +21,14 @@ import "oleidl.idl";
import "oaidl.idl";
import "docobj.idl";
cpp_quote("#define STATURL_QUERYFLAG_ISCACHED 0x010000")
cpp_quote("#define STATURL_QUERYFLAG_NOURL 0x020000")
cpp_quote("#define STATURL_QUERYFLAG_NOTITLE 0x040000")
cpp_quote("#define STATURL_QUERYFLAG_TOPLEVEL 0x080000")
cpp_quote("#define STATURLFLAG_ISCACHED 0x0001")
cpp_quote("#define STATURLFLAG_ISTOPLEVEL 0x0002")
typedef enum _ADDURL_FLAG
{
ADDURL_FIRST = 0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment