1
0
mirror of https://github.com/wine-mirror/wine synced 2024-06-29 06:14:34 +00:00

bcp47langs: Add stub dll.

This commit is contained in:
Arkadiusz Hiler 2024-04-23 14:02:20 +03:00 committed by Alexandre Julliard
parent 2804012993
commit 2030973a3f
4 changed files with 76 additions and 0 deletions

2
configure vendored
View File

@ -1006,6 +1006,7 @@ enable_authz
enable_avicap32
enable_avifil32
enable_avrt
enable_bcp47langs
enable_bcrypt
enable_bcryptprimitives
enable_bluetoothapis
@ -21952,6 +21953,7 @@ wine_fn_config_makefile dlls/avifil32 enable_avifil32
wine_fn_config_makefile dlls/avifil32/tests enable_tests
wine_fn_config_makefile dlls/avifile.dll16 enable_win16
wine_fn_config_makefile dlls/avrt enable_avrt
wine_fn_config_makefile dlls/bcp47langs enable_bcp47langs
wine_fn_config_makefile dlls/bcrypt enable_bcrypt
wine_fn_config_makefile dlls/bcrypt/tests enable_tests
wine_fn_config_makefile dlls/bcryptprimitives enable_bcryptprimitives

View File

@ -2459,6 +2459,7 @@ WINE_CONFIG_MAKEFILE(dlls/avifil32)
WINE_CONFIG_MAKEFILE(dlls/avifil32/tests)
WINE_CONFIG_MAKEFILE(dlls/avifile.dll16,enable_win16)
WINE_CONFIG_MAKEFILE(dlls/avrt)
WINE_CONFIG_MAKEFILE(dlls/bcp47langs)
WINE_CONFIG_MAKEFILE(dlls/bcrypt)
WINE_CONFIG_MAKEFILE(dlls/bcrypt/tests)
WINE_CONFIG_MAKEFILE(dlls/bcryptprimitives)

View File

@ -0,0 +1,2 @@
MODULE = bcp47langs.dll
IMPORTLIB = bcp47langs

View File

@ -0,0 +1,71 @@
1 stub GetUnIsoRegionCode
@ stub AppendUserLanguageInputMethods
@ stub AppendUserLanguageInternal
@ stub AppendUserLanguages
@ stub Bcp47BufferFromLcid
@ stub Bcp47FindClosestLanguage
@ stub Bcp47FromCompactTagInternal
@ stub Bcp47FromHkl
@ stub Bcp47FromLcid
@ stub Bcp47GetAbbreviation
@ stub Bcp47GetDirectionality
@ stub Bcp47GetDistance
@ stub Bcp47GetExtensionSingletons
@ stub Bcp47GetExtensionSubstring
@ stub Bcp47GetIsoLanguageCode
@ stub Bcp47GetIsoScriptCode
@ stub Bcp47GetLanguageName
@ stub Bcp47GetMuiForm
@ stub Bcp47GetNeutralForm
@ stub Bcp47GetNlsForm
@ stub Bcp47GetSubtagMapInternal
@ stub Bcp47GetUnIsoRegionCode
@ stub Bcp47IsWellFormed
@ stub Bcp47Normalize
@ stub ClearApplicationLanguageOverride
@ stub ClearApplicationManifestLanguages
@ stub ClearHttpAcceptLanguageOptOut
@ stub ClearUserDisplayLanguageOverride
@ stub ClearUserLocaleFromLanguageProfileOptOut
@ stub CompactTagFromBcp47Internal
@ stub DllGetActivationFactory
@ stub DllGetClassObject
@ stub GetApplicationLanguageOverride
@ stub GetApplicationLanguages
@ stub GetApplicationManifestLanguages
@ stub GetAppropriateUserLocaleForUserLanguages
@ stub GetAppropriateUserPreferredAndDisplayLanguagesForUser
@ stub GetClosestMatchingUserLanguage
@ stub GetDisplayLanguagesForAllUsers
@ stub GetFontFallbackLanguageList
@ stub GetHttpAcceptLanguageOptOut
@ stub GetInputMethodOverrideForUser
@ stub GetPendingUserDisplayLanguage
@ stub GetRelevantLocalesFromLanguageTags
@ stub GetSerializedUserLanguageProfile
@ stub GetSerializedUserLanguagesForUser
@ stub GetStartingUserDisplayLanguage
@ stub GetUserDisplayLanguageOverride
@ stub GetUserLanguageInputMethods
@ stub GetUserLanguageInputMethodsForUser
@ stub GetUserLanguages
@ stub GetUserLanguagesForAllUsers
@ stub GetUserLanguagesForUser
@ stub GetUserLocaleFromLanguageProfileOptOut
@ stub IsTransientLcid
@ stub LanguageListAsMuiForm
@ stub LcidFromBcp47
@ stub RemoveInputsForAllLanguagesInternal
@ stub RemoveUserLanguageInputMethods
@ stub ResolveLanguages
@ stub SetApplicationLanguageOverride
@ stub SetApplicationManifestLanguages
@ stub SetHttpAcceptLanguageOptOut
@ stub SetInputMethodOverride
@ stub SetPreviousUserDisplayLanguages
@ stub SetStartingUserDisplayLanguage
@ stub SetUserDisplayLanguageOverride
@ stub SetUserLanguageInputMethods
@ stub SetUserLanguagesInternal
@ stub SetUserLanguagesInternalCore
@ stub SetUserLocaleFromLanguageProfileOptOut