mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-01-28 22:04:43 -08:00
7da7ae71d2
Patches directly from the mailing list with second sign-off if supplied.
115 lines
5.5 KiB
Diff
115 lines
5.5 KiB
Diff
From c5f3c80ec9c35af958a232a9deb8f98f2225b992 Mon Sep 17 00:00:00 2001
|
|
From: Andrey Gusev <andrey.goosev@gmail.com>
|
|
Date: Mon, 23 Jul 2018 15:07:39 +0300
|
|
Subject: [PATCH 09/24] api-ms-win-devices-config-l1-1-0: Add dll.
|
|
|
|
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
|
|
---
|
|
configure | 2 ++
|
|
configure.ac | 1 +
|
|
dlls/api-ms-win-devices-config-l1-1-0/Makefile.in | 1 +
|
|
.../api-ms-win-devices-config-l1-1-0.spec | 38 ++++++++++++++++++++++
|
|
tools/make_specfiles | 1 +
|
|
5 files changed, 43 insertions(+)
|
|
create mode 100644 dlls/api-ms-win-devices-config-l1-1-0/Makefile.in
|
|
create mode 100644 dlls/api-ms-win-devices-config-l1-1-0/api-ms-win-devices-config-l1-1-0.spec
|
|
|
|
diff --git a/configure b/configure
|
|
index 337ce91..fd58e15 100755
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -1045,6 +1045,7 @@ enable_api_ms_win_crt_stdio_l1_1_0
|
|
enable_api_ms_win_crt_string_l1_1_0
|
|
enable_api_ms_win_crt_time_l1_1_0
|
|
enable_api_ms_win_crt_utility_l1_1_0
|
|
+enable_api_ms_win_devices_config_l1_1_0
|
|
enable_api_ms_win_devices_config_l1_1_1
|
|
enable_api_ms_win_devices_query_l1_1_1
|
|
enable_api_ms_win_downlevel_advapi32_l1_1_0
|
|
@@ -19137,6 +19138,7 @@ wine_fn_config_makefile dlls/api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_s
|
|
wine_fn_config_makefile dlls/api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
|
|
wine_fn_config_makefile dlls/api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
|
|
wine_fn_config_makefile dlls/api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
|
|
+wine_fn_config_makefile dlls/api-ms-win-devices-config-l1-1-0 enable_api_ms_win_devices_config_l1_1_0
|
|
wine_fn_config_makefile dlls/api-ms-win-devices-config-l1-1-1 enable_api_ms_win_devices_config_l1_1_1
|
|
wine_fn_config_makefile dlls/api-ms-win-devices-query-l1-1-1 enable_api_ms_win_devices_query_l1_1_1
|
|
wine_fn_config_makefile dlls/api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
|
|
diff --git a/configure.ac b/configure.ac
|
|
index be247ea..ddf7ee3 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -2998,6 +2998,7 @@ WINE_CONFIG_MAKEFILE(dlls/api-ms-win-crt-stdio-l1-1-0)
|
|
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-crt-string-l1-1-0)
|
|
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-crt-time-l1-1-0)
|
|
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-crt-utility-l1-1-0)
|
|
+WINE_CONFIG_MAKEFILE(dlls/api-ms-win-devices-config-l1-1-0)
|
|
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-devices-config-l1-1-1)
|
|
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-devices-query-l1-1-1)
|
|
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-downlevel-advapi32-l1-1-0)
|
|
diff --git a/dlls/api-ms-win-devices-config-l1-1-0/Makefile.in b/dlls/api-ms-win-devices-config-l1-1-0/Makefile.in
|
|
new file mode 100644
|
|
index 0000000..1e11946
|
|
--- /dev/null
|
|
+++ b/dlls/api-ms-win-devices-config-l1-1-0/Makefile.in
|
|
@@ -0,0 +1 @@
|
|
+MODULE = api-ms-win-devices-config-l1-1-0.dll
|
|
diff --git a/dlls/api-ms-win-devices-config-l1-1-0/api-ms-win-devices-config-l1-1-0.spec b/dlls/api-ms-win-devices-config-l1-1-0/api-ms-win-devices-config-l1-1-0.spec
|
|
new file mode 100644
|
|
index 0000000..fcd3aaa
|
|
--- /dev/null
|
|
+++ b/dlls/api-ms-win-devices-config-l1-1-0/api-ms-win-devices-config-l1-1-0.spec
|
|
@@ -0,0 +1,38 @@
|
|
+@ stub CM_Delete_Class_Key
|
|
+@ stub CM_Delete_DevNode_Key
|
|
+@ stub CM_Delete_Device_Interface_KeyW
|
|
+@ stub CM_Disable_DevNode
|
|
+@ stub CM_Enable_DevNode
|
|
+@ stdcall CM_Get_Child(ptr long long) setupapi.CM_Get_Child
|
|
+@ stub CM_Get_Class_PropertyW
|
|
+@ stub CM_Get_Class_Property_Keys
|
|
+@ stdcall CM_Get_Class_Registry_PropertyW(ptr long ptr ptr long long ptr) setupapi.CM_Get_Class_Registry_PropertyW
|
|
+@ stub CM_Get_Depth
|
|
+@ stub CM_Get_DevNode_PropertyW
|
|
+@ stub CM_Get_DevNode_Property_Keys
|
|
+@ stdcall CM_Get_DevNode_Registry_PropertyW(long long ptr ptr ptr long) setupapi.CM_Get_DevNode_Registry_PropertyW
|
|
+@ stdcall CM_Get_DevNode_Status(ptr ptr long long) setupapi.CM_Get_DevNode_Status
|
|
+@ stdcall CM_Get_Device_IDW(ptr ptr long long) setupapi.CM_Get_Device_IDW
|
|
+@ stdcall CM_Get_Device_ID_ListW(wstr ptr long long) setupapi.CM_Get_Device_ID_ListW
|
|
+@ stdcall CM_Get_Device_ID_List_SizeW(ptr wstr long) setupapi.CM_Get_Device_ID_List_SizeW
|
|
+@ stdcall CM_Get_Device_ID_Size(ptr ptr long) setupapi.CM_Get_Device_ID_Size
|
|
+@ stub CM_Get_Device_Interface_ListW
|
|
+@ stdcall CM_Get_Device_Interface_List_SizeW(ptr ptr wstr long) setupapi.CM_Get_Device_Interface_List_SizeW
|
|
+@ stub CM_Get_Device_Interface_PropertyW
|
|
+@ stub CM_Get_Device_Interface_Property_KeysW
|
|
+@ stdcall CM_Get_Parent(ptr long long) setupapi.CM_Get_Parent
|
|
+@ stub CM_Get_Sibling
|
|
+@ stdcall CM_Locate_DevNodeW(ptr wstr long) setupapi.CM_Locate_DevNodeW
|
|
+@ stub CM_Open_Class_KeyW
|
|
+@ stdcall CM_Open_DevNode_Key(long long long long ptr long) setupapi.CM_Open_DevNode_Key
|
|
+@ stub CM_Open_Device_Interface_KeyW
|
|
+@ stub CM_Query_And_Remove_SubTreeW
|
|
+@ stub CM_Register_Notification
|
|
+@ stub CM_Set_Class_PropertyW
|
|
+@ stdcall CM_Set_Class_Registry_PropertyW(ptr long ptr long long ptr) setupapi.CM_Set_Class_Registry_PropertyW
|
|
+@ stub CM_Set_DevNode_PropertyW
|
|
+@ stub CM_Set_DevNode_Registry_PropertyW
|
|
+@ stub CM_Set_Device_Interface_PropertyW
|
|
+@ stub CM_Setup_DevNode
|
|
+@ stub CM_Uninstall_DevNode
|
|
+@ stub CM_Unregister_Notification
|
|
diff --git a/tools/make_specfiles b/tools/make_specfiles
|
|
index 4faf665..cd3af87 100755
|
|
--- a/tools/make_specfiles
|
|
+++ b/tools/make_specfiles
|
|
@@ -105,6 +105,7 @@ my @dll_groups =
|
|
[
|
|
"setupapi",
|
|
"cfgmgr32",
|
|
+ "api-ms-win-devices-config-l1-1-0",
|
|
"api-ms-win-devices-config-l1-1-1",
|
|
"api-ms-win-devices-query-l1-1-1",
|
|
],
|
|
--
|
|
1.9.1
|
|
|