urlmon.idl: Added URL_MK_NO_CANONICALIZE declaration.

This commit is contained in:
Jacek Caban 2011-06-20 17:21:31 +02:00 committed by Alexandre Julliard
parent adb86c5f2a
commit 2be1616029

View file

@ -2017,3 +2017,4 @@ cpp_quote("#define IsLoggingEnabled WINELIB_NAME_AW(IsLoggingEnabled)")
cpp_quote("#define MKSYS_URLMONIKER 6")
cpp_quote("#define URL_MK_LEGACY 0")
cpp_quote("#define URL_MK_UNIFORM 1")
cpp_quote("#define URL_MK_NO_CANONICALIZE 2")