api-ms-win-core-winrt-string-l1-1-0: Add dll.
This commit is contained in:
parent
71e11c0c1a
commit
98d0d621e7
|
@ -15350,6 +15350,7 @@ wine_fn_config_dll advpack enable_advpack implib
|
|||
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-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
|
||||
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-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
|
||||
wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
|
||||
|
|
|
@ -2529,6 +2529,7 @@ WINE_CONFIG_DLL(advpack,,[implib])
|
|||
WINE_CONFIG_TEST(dlls/advpack/tests)
|
||||
WINE_CONFIG_DLL(amstream)
|
||||
WINE_CONFIG_TEST(dlls/amstream/tests)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-winrt-string-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-downlevel-advapi32-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-downlevel-advapi32-l2-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-downlevel-normaliz-l1-1-0)
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
MODULE = api-ms-win-core-winrt-string-l1-1-0.dll
|
||||
|
||||
@MAKE_DLL_RULES@
|
|
@ -0,0 +1,27 @@
|
|||
@ stub HSTRING_UserFree
|
||||
@ stub HSTRING_UserFree64
|
||||
@ stub HSTRING_UserMarshal
|
||||
@ stub HSTRING_UserMarshal64
|
||||
@ stub HSTRING_UserSize
|
||||
@ stub HSTRING_UserSize64
|
||||
@ stub HSTRING_UserUnmarshal
|
||||
@ stub HSTRING_UserUnmarshal64
|
||||
@ stub WindowsCompareStringOrdinal
|
||||
@ stub WindowsConcatString
|
||||
@ stub WindowsCreateString
|
||||
@ stub WindowsCreateStringReference
|
||||
@ stub WindowsDeleteString
|
||||
@ stub WindowsDeleteStringBuffer
|
||||
@ stub WindowsDuplicateString
|
||||
@ stub WindowsGetStringLen
|
||||
@ stub WindowsGetStringRawBuffer
|
||||
@ stub WindowsInspectString
|
||||
@ stub WindowsIsStringEmpty
|
||||
@ stub WindowsPreallocateStringBuffer
|
||||
@ stub WindowsPromoteStringBuffer
|
||||
@ stub WindowsReplaceString
|
||||
@ stub WindowsStringHasEmbeddedNull
|
||||
@ stub WindowsSubstring
|
||||
@ stub WindowsSubstringwithSpecifiedLength
|
||||
@ stub WindowsTrimStringEnd
|
||||
@ stub WindowsTrimStringStart
|
Loading…
Reference in New Issue