[PATCH v2 5/5] windows.networking: Add stub dll.

Zhiyi Zhang zzhang at codeweavers.com
Fri Apr 22 04:52:34 CDT 2022



On 4/22/22 17:46, Rémi Bernon wrote:
> On 4/21/22 05:40, Zhiyi Zhang wrote:
>> Required for Iragon: Prologue.
>>
>> Signed-off-by: Zhiyi Zhang <zzhang at codeweavers.com>
>> ---
>>   configure.ac                                    | 1 +
>>   dlls/windows.networking/Makefile.in             | 1 +
>>   dlls/windows.networking/windows.networking.spec | 8 ++++++++
>>   3 files changed, 10 insertions(+)
>>   create mode 100644 dlls/windows.networking/Makefile.in
>>   create mode 100644 dlls/windows.networking/windows.networking.spec
>>
>> diff --git a/configure.ac b/configure.ac
>> index 75292210bc4..74c80fd7fa8 100644
>> --- a/configure.ac
>> +++ b/configure.ac
>> @@ -3098,6 +3098,7 @@ WINE_CONFIG_MAKEFILE(dlls/windows.media.devices)
>>   WINE_CONFIG_MAKEFILE(dlls/windows.media.devices/tests)
>>   WINE_CONFIG_MAKEFILE(dlls/windows.media.speech)
>>   WINE_CONFIG_MAKEFILE(dlls/windows.media.speech/tests)
>> +WINE_CONFIG_MAKEFILE(dlls/windows.networking)
>>   WINE_CONFIG_MAKEFILE(dlls/windowscodecs)
>>   WINE_CONFIG_MAKEFILE(dlls/windowscodecs/tests)
>>   WINE_CONFIG_MAKEFILE(dlls/windowscodecsext)
>> diff --git a/dlls/windows.networking/Makefile.in b/dlls/windows.networking/Makefile.in
>> new file mode 100644
>> index 00000000000..8773ecdad06
>> --- /dev/null
>> +++ b/dlls/windows.networking/Makefile.in
>> @@ -0,0 +1 @@
>> +MODULE = windows.networking.dll
>> diff --git a/dlls/windows.networking/windows.networking.spec b/dlls/windows.networking/windows.networking.spec
>> new file mode 100644
>> index 00000000000..1a0cf095fde
>> --- /dev/null
>> +++ b/dlls/windows.networking/windows.networking.spec
>> @@ -0,0 +1,8 @@
>> +1 stub @
>> +2 stub DllCanUnloadNow
>> +3 stub DllGetActivationFactory
>> +4 stub DllGetClassObject
>> +5 stub DllMain
>> +6 stub DllRegisterServer
>> +7 stub DllUnregisterServer
>> +8 stub SetSocketMediaStreamingMode
>
>
> Same here, do the ordinal really matter? And out of curiosity is the @ entry an actual function?
>
The first one is an ordinal function and doesn't have a name. Other ordinals can be removed. The application only needs the DLL.



More information about the wine-devel mailing list