Commit dcce8185 authored by Detlef Riekenberg's avatar Detlef Riekenberg Committed by Alexandre Julliard

api-ms-win-downlevel-normaliz-l1-1-0: Add dll.

parent 5b5e8d9b
......@@ -15351,6 +15351,7 @@ wine_fn_config_test dlls/advpack/tests advpack_test
wine_fn_config_dll amstream enable_amstream
wine_fn_config_test dlls/amstream/tests amstream_test
wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
......
......@@ -2530,6 +2530,7 @@ WINE_CONFIG_TEST(dlls/advpack/tests)
WINE_CONFIG_DLL(amstream)
WINE_CONFIG_TEST(dlls/amstream/tests)
WINE_CONFIG_DLL(api-ms-win-downlevel-advapi32-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-downlevel-normaliz-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-downlevel-shlwapi-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-downlevel-user32-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-downlevel-version-l1-1-0)
......
MODULE = api-ms-win-downlevel-normaliz-l1-1-0.dll
@MAKE_DLL_RULES@
@ stdcall IdnToAscii(long wstr long ptr long) kernel32.IdnToAscii
@ stdcall IdnToUnicode(long wstr long ptr long) kernel32.IdnToUnicode
......@@ -121,6 +121,10 @@ my @dll_groups =
"api-ms-win-downlevel-advapi32-l1-1-0",
],
[
"kernel32",
"api-ms-win-downlevel-normaliz-l1-1-0",
],
[
"shlwapi",
"api-ms-win-downlevel-shlwapi-l1-1-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