From 67024308a900d7dc15d942a81c1a8bea4d2bc194 Mon Sep 17 00:00:00 2001 From: Martin Storsjo Date: Tue, 4 Feb 2014 15:55:44 +0200 Subject: [PATCH] api-ms-win-core-url-l1-1-0: Add stub dll. --- configure | 2 + configure.ac | 1 + dlls/api-ms-win-core-url-l1-1-0/Makefile.in | 1 + .../api-ms-win-core-url-l1-1-0.spec | 38 +++++++++++++++++++ tools/make_specfiles | 1 + 5 files changed, 43 insertions(+) create mode 100644 dlls/api-ms-win-core-url-l1-1-0/Makefile.in create mode 100644 dlls/api-ms-win-core-url-l1-1-0/api-ms-win-core-url-l1-1-0.spec diff --git a/configure b/configure index 6a987709f20..05ae99afdda 100755 --- a/configure +++ b/configure @@ -881,6 +881,7 @@ enable_api_ms_win_core_synch_l1_2_0 enable_api_ms_win_core_sysinfo_l1_2_0 enable_api_ms_win_core_threadpool_legacy_l1_1_0 enable_api_ms_win_core_timezone_l1_1_0 +enable_api_ms_win_core_url_l1_1_0 enable_api_ms_win_core_util_l1_1_0 enable_api_ms_win_core_winrt_error_l1_1_0 enable_api_ms_win_core_winrt_string_l1_1_0 @@ -16629,6 +16630,7 @@ wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_ wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0 +wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0 diff --git a/configure.ac b/configure.ac index 16c853ba895..33486e64ab4 100644 --- a/configure.ac +++ b/configure.ac @@ -2650,6 +2650,7 @@ WINE_CONFIG_DLL(api-ms-win-core-synch-l1-2-0) WINE_CONFIG_DLL(api-ms-win-core-sysinfo-l1-2-0) WINE_CONFIG_DLL(api-ms-win-core-threadpool-legacy-l1-1-0) WINE_CONFIG_DLL(api-ms-win-core-timezone-l1-1-0) +WINE_CONFIG_DLL(api-ms-win-core-url-l1-1-0) WINE_CONFIG_DLL(api-ms-win-core-util-l1-1-0) WINE_CONFIG_DLL(api-ms-win-core-winrt-error-l1-1-0) WINE_CONFIG_DLL(api-ms-win-core-winrt-string-l1-1-0) diff --git a/dlls/api-ms-win-core-url-l1-1-0/Makefile.in b/dlls/api-ms-win-core-url-l1-1-0/Makefile.in new file mode 100644 index 00000000000..1e0a067f988 --- /dev/null +++ b/dlls/api-ms-win-core-url-l1-1-0/Makefile.in @@ -0,0 +1 @@ +MODULE = api-ms-win-core-url-l1-1-0.dll diff --git a/dlls/api-ms-win-core-url-l1-1-0/api-ms-win-core-url-l1-1-0.spec b/dlls/api-ms-win-core-url-l1-1-0/api-ms-win-core-url-l1-1-0.spec new file mode 100644 index 00000000000..22d9b029354 --- /dev/null +++ b/dlls/api-ms-win-core-url-l1-1-0/api-ms-win-core-url-l1-1-0.spec @@ -0,0 +1,38 @@ +@ stdcall GetAcceptLanguagesA(ptr ptr) shlwapi.GetAcceptLanguagesA +@ stdcall GetAcceptLanguagesW(ptr ptr) shlwapi.GetAcceptLanguagesW +@ stdcall HashData(ptr long ptr long) shlwapi.HashData +@ stdcall IsInternetESCEnabled() shlwapi.IsInternetESCEnabled +@ stdcall ParseURLA(str ptr) shlwapi.ParseURLA +@ stdcall ParseURLW(wstr ptr) shlwapi.ParseURLW +@ stdcall PathCreateFromUrlA(str ptr ptr long) shlwapi.PathCreateFromUrlA +@ stdcall PathCreateFromUrlAlloc(wstr ptr long) shlwapi.PathCreateFromUrlAlloc +@ stdcall PathCreateFromUrlW(wstr ptr ptr long) shlwapi.PathCreateFromUrlW +@ stdcall PathIsURLA(str) shlwapi.PathIsURLA +@ stdcall PathIsURLW(wstr) shlwapi.PathIsURLW +@ stdcall UrlApplySchemeA(str ptr ptr long) shlwapi.UrlApplySchemeA +@ stdcall UrlApplySchemeW(wstr ptr ptr long) shlwapi.UrlApplySchemeW +@ stdcall UrlCanonicalizeA(str ptr ptr long) shlwapi.UrlCanonicalizeA +@ stdcall UrlCanonicalizeW(wstr ptr ptr long) shlwapi.UrlCanonicalizeW +@ stdcall UrlCombineA(str str ptr ptr long) shlwapi.UrlCombineA +@ stdcall UrlCombineW(wstr wstr ptr ptr long) shlwapi.UrlCombineW +@ stdcall UrlCompareA(str str long) shlwapi.UrlCompareA +@ stdcall UrlCompareW(wstr wstr long) shlwapi.UrlCompareW +@ stdcall UrlCreateFromPathA(str ptr ptr long) shlwapi.UrlCreateFromPathA +@ stdcall UrlCreateFromPathW(wstr ptr ptr long) shlwapi.UrlCreateFromPathW +@ stdcall UrlEscapeA(str ptr ptr long) shlwapi.UrlEscapeA +@ stdcall UrlEscapeW(wstr ptr ptr long) shlwapi.UrlEscapeW +@ stdcall UrlFixupW(wstr wstr long) shlwapi.UrlFixupW +@ stdcall UrlGetLocationA(str) shlwapi.UrlGetLocationA +@ stdcall UrlGetLocationW(wstr) shlwapi.UrlGetLocationW +@ stdcall UrlGetPartA(str ptr ptr long long) shlwapi.UrlGetPartA +@ stdcall UrlGetPartW(wstr ptr ptr long long) shlwapi.UrlGetPartW +@ stdcall UrlHashA(str ptr long) shlwapi.UrlHashA +@ stdcall UrlHashW(wstr ptr long) shlwapi.UrlHashW +@ stdcall UrlIsA(str long) shlwapi.UrlIsA +@ stdcall UrlIsNoHistoryA(str) shlwapi.UrlIsNoHistoryA +@ stdcall UrlIsNoHistoryW(wstr) shlwapi.UrlIsNoHistoryW +@ stdcall UrlIsOpaqueA(str) shlwapi.UrlIsOpaqueA +@ stdcall UrlIsOpaqueW(wstr) shlwapi.UrlIsOpaqueW +@ stdcall UrlIsW(wstr long) shlwapi.UrlIsW +@ stdcall UrlUnescapeA(str ptr ptr long) shlwapi.UrlUnescapeA +@ stdcall UrlUnescapeW(wstr ptr ptr long) shlwapi.UrlUnescapeW diff --git a/tools/make_specfiles b/tools/make_specfiles index d7280d5a966..e957deb10d1 100755 --- a/tools/make_specfiles +++ b/tools/make_specfiles @@ -176,6 +176,7 @@ my @dll_groups = "api-ms-win-downlevel-shlwapi-l1-1-0", "api-ms-win-downlevel-shlwapi-l2-1-0", "api-ms-win-core-shlwapi-legacy-l1-1-0", + "api-ms-win-core-url-l1-1-0", ], [ "user32",