[PATCH] Add a bunch of dlls that I was too lazy to commit earlier

Austin English austinenglish at gmail.com
Fri Aug 19 10:52:40 CDT 2016


On Aug 19, 2016 7:03 AM, "Max Qian" <public at maxqia.com> wrote:
>
> Signed-off-by: Max Qian <public at maxqia.com>
> ---
>  configure                                                | 16
++++++++++++++++
>  configure.ac                                             |  8 ++++++++
>  dlls/api-ms-win-core-job-l1-1-0/Makefile.in              |  1 +
>  .../api-ms-win-core-job-l1-1-0.spec                      |  1 +
>  dlls/api-ms-win-core-job-l2-1-0/Makefile.in              |  1 +
>  .../api-ms-win-core-job-l2-1-0.spec                      |  6 ++++++
>  dlls/api-ms-win-core-namespace-l1-1-0/Makefile.in        |  1 +
>  .../api-ms-win-core-namespace-l1-1-0.spec                |  6 ++++++
>  dlls/api-ms-win-core-normalization-l1-1-0/Makefile.in    |  1 +
>  .../api-ms-win-core-normalization-l1-1-0.spec            |  5 +++++
>  dlls/api-ms-win-core-string-obsolete-l1-1-0/Makefile.in  |  1 +
>  .../api-ms-win-core-string-obsolete-l1-1-0.spec          | 10 ++++++++++
>  dlls/api-ms-win-core-toolhelp-l1-1-0/Makefile.in         |  1 +
>  .../api-ms-win-core-toolhelp-l1-1-0.spec                 |  7 +++++++
>  dlls/api-ms-win-eventlog-legacy-l1-1-0/Makefile.in       |  1 +
>  .../api-ms-win-eventlog-legacy-l1-1-0.spec               |  6 ++++++
>  dlls/api-ms-win-shell-shellfolders-l1-1-0/Makefile.in    |  1 +
>  .../api-ms-win-shell-shellfolders-l1-1-0.spec            | 14
++++++++++++++
>  tools/make_specfiles                                     |  6 ++++++
>  19 files changed, 93 insertions(+)
>  create mode 100644 dlls/api-ms-win-core-job-l1-1-0/Makefile.in
>  create mode 100644
dlls/api-ms-win-core-job-l1-1-0/api-ms-win-core-job-l1-1-0.spec
>  create mode 100644 dlls/api-ms-win-core-job-l2-1-0/Makefile.in
>  create mode 100644
dlls/api-ms-win-core-job-l2-1-0/api-ms-win-core-job-l2-1-0.spec
>  create mode 100644 dlls/api-ms-win-core-namespace-l1-1-0/Makefile.in
>  create mode 100644
dlls/api-ms-win-core-namespace-l1-1-0/api-ms-win-core-namespace-l1-1-0.spec
>  create mode 100644 dlls/api-ms-win-core-normalization-l1-1-0/Makefile.in
>  create mode 100644
dlls/api-ms-win-core-normalization-l1-1-0/api-ms-win-core-normalization-l1-1-0.spec
>  create mode 100644
dlls/api-ms-win-core-string-obsolete-l1-1-0/Makefile.in
>  create mode 100644
dlls/api-ms-win-core-string-obsolete-l1-1-0/api-ms-win-core-string-obsolete-l1-1-0.spec
>  create mode 100644 dlls/api-ms-win-core-toolhelp-l1-1-0/Makefile.in
>  create mode 100644
dlls/api-ms-win-core-toolhelp-l1-1-0/api-ms-win-core-toolhelp-l1-1-0.spec
>  create mode 100644 dlls/api-ms-win-eventlog-legacy-l1-1-0/Makefile.in
>  create mode 100644
dlls/api-ms-win-eventlog-legacy-l1-1-0/api-ms-win-eventlog-legacy-l1-1-0.spec
>  create mode 100644 dlls/api-ms-win-shell-shellfolders-l1-1-0/Makefile.in
>  create mode 100644
dlls/api-ms-win-shell-shellfolders-l1-1-0/api-ms-win-shell-shellfolders-l1-1-0.spec
>
> diff --git a/configure b/configure
> index dccacb4..2dbf835 100755
> --- a/configure
> +++ b/configure
> @@ -896,6 +896,8 @@ enable_api_ms_win_core_heap_obsolete_l1_1_0
>  enable_api_ms_win_core_interlocked_l1_1_0
>  enable_api_ms_win_core_interlocked_l1_2_0
>  enable_api_ms_win_core_io_l1_1_1
> +enable_api_ms_win_core_job_l1_1_0
> +enable_api_ms_win_core_job_l2_1_0
>  enable_api_ms_win_core_kernel32_legacy_l1_1_0
>  enable_api_ms_win_core_kernel32_legacy_l1_1_1
>  enable_api_ms_win_core_libraryloader_l1_1_0
> @@ -912,6 +914,8 @@ enable_api_ms_win_core_memory_l1_1_2
>  enable_api_ms_win_core_misc_l1_1_0
>  enable_api_ms_win_core_namedpipe_l1_1_0
>  enable_api_ms_win_core_namedpipe_l1_2_0
> +enable_api_ms_win_core_namespace_l1_1_0
> +enable_api_ms_win_core_normalization_l1_1_0
>  enable_api_ms_win_core_path_l1_1_0
>  enable_api_ms_win_core_processenvironment_l1_1_0
>  enable_api_ms_win_core_processenvironment_l1_2_0
> @@ -926,6 +930,7 @@ enable_api_ms_win_core_rtlsupport_l1_2_0
>  enable_api_ms_win_core_shlwapi_legacy_l1_1_0
>  enable_api_ms_win_core_string_l1_1_0
>  enable_api_ms_win_core_string_l2_1_0
> +enable_api_ms_win_core_string_obsolete_l1_1_0
>  enable_api_ms_win_core_synch_l1_1_0
>  enable_api_ms_win_core_synch_l1_2_0
>  enable_api_ms_win_core_sysinfo_l1_1_0
> @@ -934,6 +939,7 @@ enable_api_ms_win_core_sysinfo_l1_2_1
>  enable_api_ms_win_core_threadpool_l1_2_0
>  enable_api_ms_win_core_threadpool_legacy_l1_1_0
>  enable_api_ms_win_core_timezone_l1_1_0
> +enable_api_ms_win_core_toolhelp_l1_1_0
>  enable_api_ms_win_core_url_l1_1_0
>  enable_api_ms_win_core_util_l1_1_0
>  enable_api_ms_win_core_version_l1_1_0
> @@ -970,6 +976,7 @@ enable_api_ms_win_downlevel_user32_l1_1_0
>  enable_api_ms_win_downlevel_version_l1_1_0
>  enable_api_ms_win_eventing_classicprovider_l1_1_0
>  enable_api_ms_win_eventing_provider_l1_1_0
> +enable_api_ms_win_eventlog_legacy_l1_1_0
>  enable_api_ms_win_ntuser_dc_access_l1_1_0
>  enable_api_ms_win_security_base_l1_1_0
>  enable_api_ms_win_security_base_l1_2_0
> @@ -979,6 +986,7 @@ enable_api_ms_win_security_sddl_l1_1_0
>  enable_api_ms_win_service_core_l1_1_1
>  enable_api_ms_win_service_management_l1_1_0
>  enable_api_ms_win_service_winsvc_l1_2_0
> +enable_api_ms_win_shell_shellfolders_l1_1_0
>  enable_apphelp
>  enable_appwiz_cpl
>  enable_atl
> @@ -17430,6 +17438,8 @@ wine_fn_config_dll
api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_h
>  wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0
enable_api_ms_win_core_interlocked_l1_1_0
>  wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0
enable_api_ms_win_core_interlocked_l1_2_0
>  wine_fn_config_dll api-ms-win-core-io-l1-1-1
enable_api_ms_win_core_io_l1_1_1
> +wine_fn_config_dll api-ms-win-core-job-l1-1-0
enable_api_ms_win_core_job_l1_1_0
> +wine_fn_config_dll api-ms-win-core-job-l2-1-0
enable_api_ms_win_core_job_l2_1_0
>  wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0
enable_api_ms_win_core_kernel32_legacy_l1_1_0
>  wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-1
enable_api_ms_win_core_kernel32_legacy_l1_1_1
>  wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0
enable_api_ms_win_core_libraryloader_l1_1_0
> @@ -17446,6 +17456,8 @@ wine_fn_config_dll api-ms-win-core-memory-l1-1-2
enable_api_ms_win_core_memory_l
>  wine_fn_config_dll api-ms-win-core-misc-l1-1-0
enable_api_ms_win_core_misc_l1_1_0
>  wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0
enable_api_ms_win_core_namedpipe_l1_1_0
>  wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0
enable_api_ms_win_core_namedpipe_l1_2_0
> +wine_fn_config_dll api-ms-win-core-namespace-l1-1-0
enable_api_ms_win_core_namespace_l1_1_0
> +wine_fn_config_dll api-ms-win-core-normalization-l1-1-0
enable_api_ms_win_core_normalization_l1_1_0
>  wine_fn_config_dll api-ms-win-core-path-l1-1-0
enable_api_ms_win_core_path_l1_1_0
>  wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0
enable_api_ms_win_core_processenvironment_l1_1_0
>  wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0
enable_api_ms_win_core_processenvironment_l1_2_0
> @@ -17460,6 +17472,7 @@ wine_fn_config_dll
api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtls
>  wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0
enable_api_ms_win_core_shlwapi_legacy_l1_1_0
>  wine_fn_config_dll api-ms-win-core-string-l1-1-0
enable_api_ms_win_core_string_l1_1_0
>  wine_fn_config_dll api-ms-win-core-string-l2-1-0
enable_api_ms_win_core_string_l2_1_0
> +wine_fn_config_dll api-ms-win-core-string-obsolete-l1-1-0
enable_api_ms_win_core_string_obsolete_l1_1_0
>  wine_fn_config_dll api-ms-win-core-synch-l1-1-0
enable_api_ms_win_core_synch_l1_1_0
>  wine_fn_config_dll api-ms-win-core-synch-l1-2-0
enable_api_ms_win_core_synch_l1_2_0
>  wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0
enable_api_ms_win_core_sysinfo_l1_1_0
> @@ -17468,6 +17481,7 @@ wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1
enable_api_ms_win_core_sysinfo
>  wine_fn_config_dll api-ms-win-core-threadpool-l1-2-0
enable_api_ms_win_core_threadpool_l1_2_0
>  wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0
enable_api_ms_win_core_threadpool_legacy_l1_1_0
>  wine_fn_config_dll api-ms-win-core-timezone-l1-1-0
enable_api_ms_win_core_timezone_l1_1_0
> +wine_fn_config_dll api-ms-win-core-toolhelp-l1-1-0
enable_api_ms_win_core_toolhelp_l1_1_0
>  wine_fn_config_dll api-ms-win-core-url-l1-1-0
enable_api_ms_win_core_url_l1_1_0
>  wine_fn_config_dll api-ms-win-core-util-l1-1-0
enable_api_ms_win_core_util_l1_1_0
>  wine_fn_config_dll api-ms-win-core-version-l1-1-0
enable_api_ms_win_core_version_l1_1_0
> @@ -17504,6 +17518,7 @@ wine_fn_config_dll
api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downleve
>  wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0
enable_api_ms_win_downlevel_version_l1_1_0
>  wine_fn_config_dll api-ms-win-eventing-classicprovider-l1-1-0
enable_api_ms_win_eventing_classicprovider_l1_1_0
>  wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0
enable_api_ms_win_eventing_provider_l1_1_0
> +wine_fn_config_dll api-ms-win-eventlog-legacy-l1-1-0
enable_api_ms_win_eventlog_legacy_l1_1_0
>  wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0
enable_api_ms_win_ntuser_dc_access_l1_1_0
>  wine_fn_config_dll api-ms-win-security-base-l1-1-0
enable_api_ms_win_security_base_l1_1_0
>  wine_fn_config_dll api-ms-win-security-base-l1-2-0
enable_api_ms_win_security_base_l1_2_0
> @@ -17513,6 +17528,7 @@ wine_fn_config_dll
api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sd
>  wine_fn_config_dll api-ms-win-service-core-l1-1-1
enable_api_ms_win_service_core_l1_1_1
>  wine_fn_config_dll api-ms-win-service-management-l1-1-0
enable_api_ms_win_service_management_l1_1_0
>  wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0
enable_api_ms_win_service_winsvc_l1_2_0
> +wine_fn_config_dll api-ms-win-shell-shellfolders-l1-1-0
enable_api_ms_win_shell_shellfolders_l1_1_0
>  wine_fn_config_dll apphelp enable_apphelp
>  wine_fn_config_test dlls/apphelp/tests apphelp_test
>  wine_fn_config_dll appwiz.cpl enable_appwiz_cpl clean
> diff --git a/configure.ac b/configure.ac
> index 3a24aab..43d2734 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -2661,6 +2661,8 @@
WINE_CONFIG_DLL(api-ms-win-core-heap-obsolete-l1-1-0)
>  WINE_CONFIG_DLL(api-ms-win-core-interlocked-l1-1-0)
>  WINE_CONFIG_DLL(api-ms-win-core-interlocked-l1-2-0)
>  WINE_CONFIG_DLL(api-ms-win-core-io-l1-1-1)
> +WINE_CONFIG_DLL(api-ms-win-core-job-l1-1-0)
> +WINE_CONFIG_DLL(api-ms-win-core-job-l2-1-0)
>  WINE_CONFIG_DLL(api-ms-win-core-kernel32-legacy-l1-1-0)
>  WINE_CONFIG_DLL(api-ms-win-core-kernel32-legacy-l1-1-1)
>  WINE_CONFIG_DLL(api-ms-win-core-libraryloader-l1-1-0)
> @@ -2677,6 +2679,8 @@ WINE_CONFIG_DLL(api-ms-win-core-memory-l1-1-2)
>  WINE_CONFIG_DLL(api-ms-win-core-misc-l1-1-0)
>  WINE_CONFIG_DLL(api-ms-win-core-namedpipe-l1-1-0)
>  WINE_CONFIG_DLL(api-ms-win-core-namedpipe-l1-2-0)
> +WINE_CONFIG_DLL(api-ms-win-core-namespace-l1-1-0)
> +WINE_CONFIG_DLL(api-ms-win-core-normalization-l1-1-0)
>  WINE_CONFIG_DLL(api-ms-win-core-path-l1-1-0)
>  WINE_CONFIG_DLL(api-ms-win-core-processenvironment-l1-1-0)
>  WINE_CONFIG_DLL(api-ms-win-core-processenvironment-l1-2-0)
> @@ -2691,6 +2695,7 @@ WINE_CONFIG_DLL(api-ms-win-core-rtlsupport-l1-2-0)
>  WINE_CONFIG_DLL(api-ms-win-core-shlwapi-legacy-l1-1-0)
>  WINE_CONFIG_DLL(api-ms-win-core-string-l1-1-0)
>  WINE_CONFIG_DLL(api-ms-win-core-string-l2-1-0)
> +WINE_CONFIG_DLL(api-ms-win-core-string-obsolete-l1-1-0)
>  WINE_CONFIG_DLL(api-ms-win-core-synch-l1-1-0)
>  WINE_CONFIG_DLL(api-ms-win-core-synch-l1-2-0)
>  WINE_CONFIG_DLL(api-ms-win-core-sysinfo-l1-1-0)
> @@ -2699,6 +2704,7 @@ WINE_CONFIG_DLL(api-ms-win-core-sysinfo-l1-2-1)
>  WINE_CONFIG_DLL(api-ms-win-core-threadpool-l1-2-0)
>  WINE_CONFIG_DLL(api-ms-win-core-threadpool-legacy-l1-1-0)
>  WINE_CONFIG_DLL(api-ms-win-core-timezone-l1-1-0)
> +WINE_CONFIG_DLL(api-ms-win-core-toolhelp-l1-1-0)
>  WINE_CONFIG_DLL(api-ms-win-core-url-l1-1-0)
>  WINE_CONFIG_DLL(api-ms-win-core-util-l1-1-0)
>  WINE_CONFIG_DLL(api-ms-win-core-version-l1-1-0)
> @@ -2735,6 +2741,7 @@ WINE_CONFIG_DLL(api-ms-win-downlevel-user32-l1-1-0)
>  WINE_CONFIG_DLL(api-ms-win-downlevel-version-l1-1-0)
>  WINE_CONFIG_DLL(api-ms-win-eventing-classicprovider-l1-1-0)
>  WINE_CONFIG_DLL(api-ms-win-eventing-provider-l1-1-0)
> +WINE_CONFIG_DLL(api-ms-win-eventlog-legacy-l1-1-0)
>  WINE_CONFIG_DLL(api-ms-win-ntuser-dc-access-l1-1-0)
>  WINE_CONFIG_DLL(api-ms-win-security-base-l1-1-0)
>  WINE_CONFIG_DLL(api-ms-win-security-base-l1-2-0)
> @@ -2744,6 +2751,7 @@ WINE_CONFIG_DLL(api-ms-win-security-sddl-l1-1-0)
>  WINE_CONFIG_DLL(api-ms-win-service-core-l1-1-1)
>  WINE_CONFIG_DLL(api-ms-win-service-management-l1-1-0)
>  WINE_CONFIG_DLL(api-ms-win-service-winsvc-l1-2-0)
> +WINE_CONFIG_DLL(api-ms-win-shell-shellfolders-l1-1-0)
>  WINE_CONFIG_DLL(apphelp)
>  WINE_CONFIG_TEST(dlls/apphelp/tests)
>  WINE_CONFIG_DLL(appwiz.cpl,,[clean])
> diff --git a/dlls/api-ms-win-core-job-l1-1-0/Makefile.in
b/dlls/api-ms-win-core-job-l1-1-0/Makefile.in
> new file mode 100644
> index 0000000..412c521
> --- /dev/null
> +++ b/dlls/api-ms-win-core-job-l1-1-0/Makefile.in
> @@ -0,0 +1 @@
> +MODULE    = api-ms-win-core-job-l1-1-0.dll
> diff --git
a/dlls/api-ms-win-core-job-l1-1-0/api-ms-win-core-job-l1-1-0.spec
b/dlls/api-ms-win-core-job-l1-1-0/api-ms-win-core-job-l1-1-0.spec
> new file mode 100644
> index 0000000..720fecb
> --- /dev/null
> +++ b/dlls/api-ms-win-core-job-l1-1-0/api-ms-win-core-job-l1-1-0.spec
> @@ -0,0 +1 @@
> +@ stdcall IsProcessInJob(long long ptr) kernel32.IsProcessInJob
> diff --git a/dlls/api-ms-win-core-job-l2-1-0/Makefile.in
b/dlls/api-ms-win-core-job-l2-1-0/Makefile.in
> new file mode 100644
> index 0000000..9f3e130
> --- /dev/null
> +++ b/dlls/api-ms-win-core-job-l2-1-0/Makefile.in
> @@ -0,0 +1 @@
> +MODULE    = api-ms-win-core-job-l2-1-0.dll
> diff --git
a/dlls/api-ms-win-core-job-l2-1-0/api-ms-win-core-job-l2-1-0.spec
b/dlls/api-ms-win-core-job-l2-1-0/api-ms-win-core-job-l2-1-0.spec
> new file mode 100644
> index 0000000..94871ad
> --- /dev/null
> +++ b/dlls/api-ms-win-core-job-l2-1-0/api-ms-win-core-job-l2-1-0.spec
> @@ -0,0 +1,6 @@
> +@ stdcall AssignProcessToJobObject(ptr ptr)
kernel32.AssignProcessToJobObject
> +@ stdcall CreateJobObjectW(ptr wstr) kernel32.CreateJobObjectW
> +@ stdcall OpenJobObjectW(long long wstr) kernel32.OpenJobObjectW
> +@ stdcall QueryInformationJobObject(long long ptr long ptr)
kernel32.QueryInformationJobObject
> +@ stdcall SetInformationJobObject(long long ptr long)
kernel32.SetInformationJobObject
> +@ stdcall TerminateJobObject(long long) kernel32.TerminateJobObject
> diff --git a/dlls/api-ms-win-core-namespace-l1-1-0/Makefile.in
b/dlls/api-ms-win-core-namespace-l1-1-0/Makefile.in
> new file mode 100644
> index 0000000..ff22a3a
> --- /dev/null
> +++ b/dlls/api-ms-win-core-namespace-l1-1-0/Makefile.in
> @@ -0,0 +1 @@
> +MODULE    = api-ms-win-core-namespace-l1-1-0.dll
> diff --git
a/dlls/api-ms-win-core-namespace-l1-1-0/api-ms-win-core-namespace-l1-1-0.spec
b/dlls/api-ms-win-core-namespace-l1-1-0/api-ms-win-core-namespace-l1-1-0.spec
> new file mode 100644
> index 0000000..e7b059d
> --- /dev/null
> +++
b/dlls/api-ms-win-core-namespace-l1-1-0/api-ms-win-core-namespace-l1-1-0.spec
> @@ -0,0 +1,6 @@
> +@ stub AddSIDToBoundaryDescriptor #kernel32.AddSIDToBoundaryDescriptor
> +@ stub ClosePrivateNamespace #kernel32.ClosePrivateNamespace
> +@ stub CreateBoundaryDescriptorW #kernel32.CreateBoundaryDescriptorW
> +@ stub CreatePrivateNamespaceW #kernel32.CreatePrivateNamespaceW
> +@ stub DeleteBoundaryDescriptor #kernel32.DeleteBoundaryDescriptor
> +@ stub OpenPrivateNamespaceW #kernel32.OpenPrivateNamespaceW
> diff --git a/dlls/api-ms-win-core-normalization-l1-1-0/Makefile.in
b/dlls/api-ms-win-core-normalization-l1-1-0/Makefile.in
> new file mode 100644
> index 0000000..c968955
> --- /dev/null
> +++ b/dlls/api-ms-win-core-normalization-l1-1-0/Makefile.in
> @@ -0,0 +1 @@
> +MODULE    = api-ms-win-core-normalization-l1-1-0.dll
> diff --git
a/dlls/api-ms-win-core-normalization-l1-1-0/api-ms-win-core-normalization-l1-1-0.spec
b/dlls/api-ms-win-core-normalization-l1-1-0/api-ms-win-core-normalization-l1-1-0.spec
> new file mode 100644
> index 0000000..65601c1
> --- /dev/null
> +++
b/dlls/api-ms-win-core-normalization-l1-1-0/api-ms-win-core-normalization-l1-1-0.spec
> @@ -0,0 +1,5 @@
> +@ stub GetStringScripts #kernel32.GetStringScripts
> +@ stdcall IdnToNameprepUnicode(long wstr long ptr long)
kernel32.IdnToNameprepUnicode
> +@ stdcall IsNormalizedString(long wstr long) kernel32.IsNormalizedString
> +@ stdcall NormalizeString(long wstr long ptr long)
kernel32.NormalizeString
> +@ stub VerifyScripts #kernel32.VerifyScripts
> diff --git a/dlls/api-ms-win-core-string-obsolete-l1-1-0/Makefile.in
b/dlls/api-ms-win-core-string-obsolete-l1-1-0/Makefile.in
> new file mode 100644
> index 0000000..f02787a
> --- /dev/null
> +++ b/dlls/api-ms-win-core-string-obsolete-l1-1-0/Makefile.in
> @@ -0,0 +1 @@
> +MODULE    = api-ms-win-core-string-obsolete-l1-1-0.dll
> diff --git
a/dlls/api-ms-win-core-string-obsolete-l1-1-0/api-ms-win-core-string-obsolete-l1-1-0.spec
b/dlls/api-ms-win-core-string-obsolete-l1-1-0/api-ms-win-core-string-obsolete-l1-1-0.spec
> new file mode 100644
> index 0000000..0747444
> --- /dev/null
> +++
b/dlls/api-ms-win-core-string-obsolete-l1-1-0/api-ms-win-core-string-obsolete-l1-1-0.spec
> @@ -0,0 +1,10 @@
> +@ stdcall lstrcatW(wstr wstr) kernel32.lstrcatW
> +@ stdcall lstrcmpA(str str) kernel32.lstrcmpA
> +@ stdcall lstrcmpW(wstr wstr) kernel32.lstrcmpW
> +@ stdcall lstrcmpiA(str str) kernel32.lstrcmpiA
> +@ stdcall lstrcmpiW(wstr wstr) kernel32.lstrcmpiW
> +@ stdcall lstrcpyW(str wstr) kernel32.lstrcpyW
> +@ stdcall lstrcpynA(ptr str long) kernel32.lstrcpynA
> +@ stdcall lstrcpynW(ptr wstr long) kernel32.lstrcpynW
> +@ stdcall lstrlenA(str) kernel32.lstrlenA
> +@ stdcall lstrlenW(wstr) kernel32.lstrlenW
> diff --git a/dlls/api-ms-win-core-toolhelp-l1-1-0/Makefile.in
b/dlls/api-ms-win-core-toolhelp-l1-1-0/Makefile.in
> new file mode 100644
> index 0000000..50368cb
> --- /dev/null
> +++ b/dlls/api-ms-win-core-toolhelp-l1-1-0/Makefile.in
> @@ -0,0 +1 @@
> +MODULE    = api-ms-win-core-toolhelp-l1-1-0.dll
> diff --git
a/dlls/api-ms-win-core-toolhelp-l1-1-0/api-ms-win-core-toolhelp-l1-1-0.spec
b/dlls/api-ms-win-core-toolhelp-l1-1-0/api-ms-win-core-toolhelp-l1-1-0.spec
> new file mode 100644
> index 0000000..6275601
> --- /dev/null
> +++
b/dlls/api-ms-win-core-toolhelp-l1-1-0/api-ms-win-core-toolhelp-l1-1-0.spec
> @@ -0,0 +1,7 @@
> +@ stdcall CreateToolhelp32Snapshot(long long)
kernel32.CreateToolhelp32Snapshot
> +@ stdcall Module32FirstW(long ptr) kernel32.Module32FirstW
> +@ stdcall Module32NextW(long ptr) kernel32.Module32NextW
> +@ stdcall Process32FirstW(ptr ptr) kernel32.Process32FirstW
> +@ stdcall Process32NextW(ptr ptr) kernel32.Process32NextW
> +@ stdcall Thread32First(long ptr) kernel32.Thread32First
> +@ stdcall Thread32Next(long ptr) kernel32.Thread32Next
> diff --git a/dlls/api-ms-win-eventlog-legacy-l1-1-0/Makefile.in
b/dlls/api-ms-win-eventlog-legacy-l1-1-0/Makefile.in
> new file mode 100644
> index 0000000..11590ca
> --- /dev/null
> +++ b/dlls/api-ms-win-eventlog-legacy-l1-1-0/Makefile.in
> @@ -0,0 +1 @@
> +MODULE    = api-ms-win-eventlog-legacy-l1-1-0.dll
> diff --git
a/dlls/api-ms-win-eventlog-legacy-l1-1-0/api-ms-win-eventlog-legacy-l1-1-0.spec
b/dlls/api-ms-win-eventlog-legacy-l1-1-0/api-ms-win-eventlog-legacy-l1-1-0.spec
> new file mode 100644
> index 0000000..6a12a60
> --- /dev/null
> +++
b/dlls/api-ms-win-eventlog-legacy-l1-1-0/api-ms-win-eventlog-legacy-l1-1-0.spec
> @@ -0,0 +1,6 @@
> +@ stdcall DeregisterEventSource(long) advapi32.DeregisterEventSource
> +@ stdcall GetEventLogInformation(long long ptr long ptr)
advapi32.GetEventLogInformation
> +@ stdcall RegisterEventSourceA(ptr ptr) advapi32.RegisterEventSourceA
> +@ stdcall RegisterEventSourceW(ptr ptr) advapi32.RegisterEventSourceW
> +@ stdcall ReportEventA(long long long long ptr long long ptr ptr)
advapi32.ReportEventA
> +@ stdcall ReportEventW(long long long long ptr long long ptr ptr)
advapi32.ReportEventW
> diff --git a/dlls/api-ms-win-shell-shellfolders-l1-1-0/Makefile.in
b/dlls/api-ms-win-shell-shellfolders-l1-1-0/Makefile.in
> new file mode 100644
> index 0000000..5f1d020
> --- /dev/null
> +++ b/dlls/api-ms-win-shell-shellfolders-l1-1-0/Makefile.in
> @@ -0,0 +1 @@
> +MODULE    = api-ms-win-shell-shellfolders-l1-1-0.dll
> diff --git
a/dlls/api-ms-win-shell-shellfolders-l1-1-0/api-ms-win-shell-shellfolders-l1-1-0.spec
b/dlls/api-ms-win-shell-shellfolders-l1-1-0/api-ms-win-shell-shellfolders-l1-1-0.spec
> new file mode 100644
> index 0000000..d81785d
> --- /dev/null
> +++
b/dlls/api-ms-win-shell-shellfolders-l1-1-0/api-ms-win-shell-shellfolders-l1-1-0.spec
> @@ -0,0 +1,14 @@
> +@ stdcall PathCleanupSpec(ptr ptr) shell32.PathCleanupSpec
> +@ stdcall PathIsExe(ptr) shell32.PathIsExe
> +@ stdcall SHCreateDirectoryExW(long wstr ptr)
shell32.SHCreateDirectoryExW
> +@ stdcall SHGetDesktopFolder(ptr) shell32.SHGetDesktopFolder
> +@ stdcall SHGetFileInfoW(ptr long ptr long long) shell32.SHGetFileInfoW
> +@ stdcall SHGetFolderLocation(long long long long ptr)
shell32.SHGetFolderLocation
> +@ stdcall SHGetFolderPathA(long long long long ptr)
shell32.SHGetFolderPathA
> +@ stdcall SHGetFolderPathAndSubDirW(long long long long wstr ptr)
shell32.SHGetFolderPathAndSubDirW
> +@ stdcall SHGetFolderPathW(long long long long ptr)
shell32.SHGetFolderPathW
> +@ stdcall SHGetInstanceExplorer(long) shell32.SHGetInstanceExplorer
> +@ stdcall SHGetKnownFolderPath(ptr long ptr ptr)
shell32.SHGetKnownFolderPath
> +@ stdcall SHGetSpecialFolderPathA(long ptr long long)
shell32.SHGetSpecialFolderPathA
> +@ stdcall SHGetSpecialFolderPathW(long ptr long long)
shell32.SHGetSpecialFolderPathW
> +@ stub SHSetKnownFolderPath #shell32.SHSetKnownFolderPath
> diff --git a/tools/make_specfiles b/tools/make_specfiles
> index a965210..3f2e590 100755
> --- a/tools/make_specfiles
> +++ b/tools/make_specfiles
> @@ -115,6 +115,7 @@ my @dll_groups =
>    "api-ms-win-core-registry-l1-1-0",
>    "api-ms-win-eventing-classicprovider-l1-1-0",
>    "api-ms-win-eventing-provider-l1-1-0",
> +  "api-ms-win-eventlog-legacy-l1-1-0",
>    "api-ms-win-security-base-l1-2-0",
>    "api-ms-win-security-lsalookup-l1-1-0",
>    "api-ms-win-security-sddl-l1-1-0",
> @@ -136,6 +137,7 @@ my @dll_groups =
>    "api-ms-win-core-misc-l1-1-0",
>    "api-ms-win-core-profile-l1-1-0",
>    "api-ms-win-core-string-l1-1-0",
> +  "api-ms-win-core-string-obsolete-l1-1-0",
>    "api-ms-win-core-sysinfo-l1-1-0",
>    "api-ms-win-core-sysinfo-l1-2-0",
>    "api-ms-win-core-util-l1-1-0",
> @@ -152,6 +154,8 @@ my @dll_groups =
>    "api-ms-win-core-heap-l1-2-0",
>    "api-ms-win-core-heap-obsolete-l1-1-0",
>    "api-ms-win-core-io-l1-1-1",
> +  "api-ms-win-core-job-l1-1-0",
> +  "api-ms-win-core-job-l2-1-0",
>    "api-ms-win-core-kernel32-legacy-l1-1-0",
>    "api-ms-win-core-kernel32-legacy-l1-1-1",
>    "api-ms-win-core-localization-l1-1-0",
> @@ -166,6 +170,7 @@ my @dll_groups =
>    "api-ms-win-core-threadpool-l1-2-0",
>    "api-ms-win-core-threadpool-legacy-l1-1-0",
>    "api-ms-win-core-timezone-l1-1-0",
> +  "api-ms-win-core-toolhelp-l1-1-0",
>    "api-ms-win-core-sysinfo-l1-2-1",
>    "api-ms-win-core-processthreads-l1-1-2",
>    "api-ms-win-core-fibers-l1-1-0",
> @@ -207,6 +212,7 @@ my @dll_groups =
>   [
>    "shell32",
>    "api-ms-win-downlevel-shell32-l1-1-0",
> +  "api-ms-win-shell-shellfolders-l1-1-0",
>   ],
>   [
>    "shlwapi",
> --
> 2.9.3

A better commit message would be appreciated, e.g. something like, "add
some more api-ms DLLs"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20160819/d996d6c9/attachment-0001.html>


More information about the wine-patches mailing list