Module: wine Branch: master Commit: 2be16160293575fcbf45da3e7f89c716b923d4f3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2be16160293575fcbf45da3e7f...
Author: Jacek Caban jacek@codeweavers.com Date: Mon Jun 20 17:21:31 2011 +0200
urlmon.idl: Added URL_MK_NO_CANONICALIZE declaration.
---
include/urlmon.idl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/urlmon.idl b/include/urlmon.idl index 2ea4063..f282dbb 100644 --- a/include/urlmon.idl +++ b/include/urlmon.idl @@ -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")