From 0f9b58828b5b6cc52db31159d61d885cbf11f899 Mon Sep 17 00:00:00 2001 From: Andrey Gusev Date: Wed, 7 Mar 2018 18:23:52 +0200 Subject: [PATCH] api-ms-win-rtcore-ntuser-winevent-l1-1-0: Add dll. Signed-off-by: Andrey Gusev Signed-off-by: Alexandre Julliard --- configure | 2 ++ configure.ac | 1 + dlls/api-ms-win-rtcore-ntuser-winevent-l1-1-0/Makefile.in | 1 + .../api-ms-win-rtcore-ntuser-winevent-l1-1-0.spec | 4 ++++ tools/make_specfiles | 1 + 5 files changed, 9 insertions(+) create mode 100644 dlls/api-ms-win-rtcore-ntuser-winevent-l1-1-0/Makefile.in create mode 100644 dlls/api-ms-win-rtcore-ntuser-winevent-l1-1-0/api-ms-win-rtcore-ntuser-winevent-l1-1-0.spec diff --git a/configure b/configure index bc23f9c4ff8..2dc1d379c05 100755 --- a/configure +++ b/configure @@ -1067,6 +1067,7 @@ enable_api_ms_win_power_base_l1_1_0 enable_api_ms_win_power_setting_l1_1_0 enable_api_ms_win_rtcore_ntuser_private_l1_1_0 enable_api_ms_win_rtcore_ntuser_window_l1_1_0 +enable_api_ms_win_rtcore_ntuser_winevent_l1_1_0 enable_api_ms_win_security_activedirectoryclient_l1_1_0 enable_api_ms_win_security_audit_l1_1_1 enable_api_ms_win_security_base_l1_1_0 @@ -18351,6 +18352,7 @@ wine_fn_config_makefile dlls/api-ms-win-power-base-l1-1-0 enable_api_ms_win_powe wine_fn_config_makefile dlls/api-ms-win-power-setting-l1-1-0 enable_api_ms_win_power_setting_l1_1_0 wine_fn_config_makefile dlls/api-ms-win-rtcore-ntuser-private-l1-1-0 enable_api_ms_win_rtcore_ntuser_private_l1_1_0 wine_fn_config_makefile dlls/api-ms-win-rtcore-ntuser-window-l1-1-0 enable_api_ms_win_rtcore_ntuser_window_l1_1_0 +wine_fn_config_makefile dlls/api-ms-win-rtcore-ntuser-winevent-l1-1-0 enable_api_ms_win_rtcore_ntuser_winevent_l1_1_0 wine_fn_config_makefile dlls/api-ms-win-security-activedirectoryclient-l1-1-0 enable_api_ms_win_security_activedirectoryclient_l1_1_0 wine_fn_config_makefile dlls/api-ms-win-security-audit-l1-1-1 enable_api_ms_win_security_audit_l1_1_1 wine_fn_config_makefile dlls/api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0 diff --git a/configure.ac b/configure.ac index 4dd22a96b4f..0477c7240b1 100644 --- a/configure.ac +++ b/configure.ac @@ -2999,6 +2999,7 @@ WINE_CONFIG_MAKEFILE(dlls/api-ms-win-power-base-l1-1-0) WINE_CONFIG_MAKEFILE(dlls/api-ms-win-power-setting-l1-1-0) WINE_CONFIG_MAKEFILE(dlls/api-ms-win-rtcore-ntuser-private-l1-1-0) WINE_CONFIG_MAKEFILE(dlls/api-ms-win-rtcore-ntuser-window-l1-1-0) +WINE_CONFIG_MAKEFILE(dlls/api-ms-win-rtcore-ntuser-winevent-l1-1-0) WINE_CONFIG_MAKEFILE(dlls/api-ms-win-security-activedirectoryclient-l1-1-0) WINE_CONFIG_MAKEFILE(dlls/api-ms-win-security-audit-l1-1-1) WINE_CONFIG_MAKEFILE(dlls/api-ms-win-security-base-l1-1-0) diff --git a/dlls/api-ms-win-rtcore-ntuser-winevent-l1-1-0/Makefile.in b/dlls/api-ms-win-rtcore-ntuser-winevent-l1-1-0/Makefile.in new file mode 100644 index 00000000000..72ec72518f5 --- /dev/null +++ b/dlls/api-ms-win-rtcore-ntuser-winevent-l1-1-0/Makefile.in @@ -0,0 +1 @@ +MODULE = api-ms-win-rtcore-ntuser-winevent-l1-1-0.dll diff --git a/dlls/api-ms-win-rtcore-ntuser-winevent-l1-1-0/api-ms-win-rtcore-ntuser-winevent-l1-1-0.spec b/dlls/api-ms-win-rtcore-ntuser-winevent-l1-1-0/api-ms-win-rtcore-ntuser-winevent-l1-1-0.spec new file mode 100644 index 00000000000..5d91eacf864 --- /dev/null +++ b/dlls/api-ms-win-rtcore-ntuser-winevent-l1-1-0/api-ms-win-rtcore-ntuser-winevent-l1-1-0.spec @@ -0,0 +1,4 @@ +@ stdcall IsWinEventHookInstalled(long) user32.IsWinEventHookInstalled +@ stdcall NotifyWinEvent(long long long long) user32.NotifyWinEvent +@ stdcall SetWinEventHook(long long long ptr long long long) user32.SetWinEventHook +@ stdcall UnhookWinEvent(long) user32.UnhookWinEvent diff --git a/tools/make_specfiles b/tools/make_specfiles index 3aa07702263..60a93810eef 100755 --- a/tools/make_specfiles +++ b/tools/make_specfiles @@ -347,6 +347,7 @@ my @dll_groups = "api-ms-win-ntuser-dc-access-l1-1-0", "api-ms-win-rtcore-ntuser-private-l1-1-0", "api-ms-win-rtcore-ntuser-window-l1-1-0", + "api-ms-win-rtcore-ntuser-winevent-l1-1-0", "ext-ms-win-ntuser-message-l1-1-1", "ext-ms-win-ntuser-private-l1-1-1", "ext-ms-win-ntuser-rectangle-ext-l1-1-0",