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