[PATCH] api-ms-win-core-quirks-l1-1-0: Add dll.

Andrey Gusev andrey.goosev at gmail.com
Thu Mar 23 10:12:57 CDT 2017


Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 configure                                                         | 2 ++
 configure.ac                                                      | 1 +
 dlls/api-ms-win-core-quirks-l1-1-0/Makefile.in                    | 1 +
 .../api-ms-win-core-quirks-l1-1-0.spec                            | 8 ++++++++
 tools/make_specfiles                                              | 4 ++++
 5 files changed, 16 insertions(+)
 create mode 100644 dlls/api-ms-win-core-quirks-l1-1-0/Makefile.in
 create mode 100644 dlls/api-ms-win-core-quirks-l1-1-0/api-ms-win-core-quirks-l1-1-0.spec

diff --git a/configure b/configure
index e1d3699..63c06b5 100755
--- a/configure
+++ b/configure
@@ -945,6 +945,7 @@ enable_api_ms_win_core_processthreads_l1_1_2
 enable_api_ms_win_core_profile_l1_1_0
 enable_api_ms_win_core_psapi_l1_1_0
 enable_api_ms_win_core_psapi_obsolete_l1_1_0
+enable_api_ms_win_core_quirks_l1_1_0
 enable_api_ms_win_core_realtime_l1_1_0
 enable_api_ms_win_core_registry_l1_1_0
 enable_api_ms_win_core_registryuserspecific_l1_1_0
@@ -17678,6 +17679,7 @@ wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_
 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
 wine_fn_config_dll api-ms-win-core-psapi-obsolete-l1-1-0 enable_api_ms_win_core_psapi_obsolete_l1_1_0
+wine_fn_config_dll api-ms-win-core-quirks-l1-1-0 enable_api_ms_win_core_quirks_l1_1_0
 wine_fn_config_dll api-ms-win-core-realtime-l1-1-0 enable_api_ms_win_core_realtime_l1_1_0
 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
 wine_fn_config_dll api-ms-win-core-registryuserspecific-l1-1-0 enable_api_ms_win_core_registryuserspecific_l1_1_0
diff --git a/configure.ac b/configure.ac
index 2acda62..437f69b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2733,6 +2733,7 @@ WINE_CONFIG_DLL(api-ms-win-core-processthreads-l1-1-2)
 WINE_CONFIG_DLL(api-ms-win-core-profile-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-psapi-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-psapi-obsolete-l1-1-0)
+WINE_CONFIG_DLL(api-ms-win-core-quirks-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-realtime-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-registry-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-registryuserspecific-l1-1-0)
diff --git a/dlls/api-ms-win-core-quirks-l1-1-0/Makefile.in b/dlls/api-ms-win-core-quirks-l1-1-0/Makefile.in
new file mode 100644
index 0000000..9486e8b
--- /dev/null
+++ b/dlls/api-ms-win-core-quirks-l1-1-0/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-core-quirks-l1-1-0.dll
diff --git a/dlls/api-ms-win-core-quirks-l1-1-0/api-ms-win-core-quirks-l1-1-0.spec b/dlls/api-ms-win-core-quirks-l1-1-0/api-ms-win-core-quirks-l1-1-0.spec
new file mode 100644
index 0000000..761120f
--- /dev/null
+++ b/dlls/api-ms-win-core-quirks-l1-1-0/api-ms-win-core-quirks-l1-1-0.spec
@@ -0,0 +1,8 @@
+@ stub QuirkGetData
+@ stub QuirkGetData2
+@ stub QuirkIsEnabled
+@ stub QuirkIsEnabled2
+@ stub QuirkIsEnabled3
+@ stub QuirkIsEnabledForPackage
+@ stub QuirkIsEnabledForPackage2
+@ stub QuirkIsEnabledForProcess
diff --git a/tools/make_specfiles b/tools/make_specfiles
index d44085d..0ef70d1 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -254,6 +254,10 @@ my @dll_groups =
   "api-ms-win-core-bem-l1-1-0",
  ],
  [
+  "kernelbase",
+  "api-ms-win-core-quirks-l1-1-0",
+ ],
+ [
   "ole32",
   "api-ms-win-downlevel-ole32-l1-1-0",
   "api-ms-win-core-com-l1-1-0",
-- 
2.7.4




More information about the wine-patches mailing list