diff --git a/configure b/configure index 1abd0b12530..663677e83c6 100755 --- a/configure +++ b/configure @@ -1176,6 +1176,7 @@ enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0 enable_ext_ms_win_ntuser_window_l1_1_1 enable_ext_ms_win_rtcore_gdi_object_l1_1_0 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0 +enable_ext_ms_win_rtcore_ntuser_dc_access_l1_1_0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0 enable_faultrep @@ -17946,6 +17947,7 @@ wine_fn_config_dll ext-ms-win-ntuser-uicontext-ext-l1-1-0 enable_ext_ms_win_ntus wine_fn_config_dll ext-ms-win-ntuser-window-l1-1-1 enable_ext_ms_win_ntuser_window_l1_1_1 wine_fn_config_dll ext-ms-win-rtcore-gdi-object-l1-1-0 enable_ext_ms_win_rtcore_gdi_object_l1_1_0 wine_fn_config_dll ext-ms-win-rtcore-gdi-rgn-l1-1-0 enable_ext_ms_win_rtcore_gdi_rgn_l1_1_0 +wine_fn_config_dll ext-ms-win-rtcore-ntuser-dc-access-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dc_access_l1_1_0 wine_fn_config_dll ext-ms-win-rtcore-ntuser-dpi-l1-1-0 enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0 wine_fn_config_dll ext-ms-win-rtcore-ntuser-sysparams-l1-1-0 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0 wine_fn_config_dll faultrep enable_faultrep implib diff --git a/configure.ac b/configure.ac index 100fa351740..6c8d6717891 100644 --- a/configure.ac +++ b/configure.ac @@ -3018,6 +3018,7 @@ WINE_CONFIG_DLL(ext-ms-win-ntuser-uicontext-ext-l1-1-0) WINE_CONFIG_DLL(ext-ms-win-ntuser-window-l1-1-1) WINE_CONFIG_DLL(ext-ms-win-rtcore-gdi-object-l1-1-0) WINE_CONFIG_DLL(ext-ms-win-rtcore-gdi-rgn-l1-1-0) +WINE_CONFIG_DLL(ext-ms-win-rtcore-ntuser-dc-access-l1-1-0) WINE_CONFIG_DLL(ext-ms-win-rtcore-ntuser-dpi-l1-1-0) WINE_CONFIG_DLL(ext-ms-win-rtcore-ntuser-sysparams-l1-1-0) WINE_CONFIG_DLL(faultrep,,[implib]) diff --git a/dlls/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0/Makefile.in b/dlls/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0/Makefile.in new file mode 100644 index 00000000000..0c49ceda75a --- /dev/null +++ b/dlls/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0/Makefile.in @@ -0,0 +1 @@ +MODULE = ext-ms-win-rtcore-ntuser-dc-access-l1-1-0.dll diff --git a/dlls/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0.spec b/dlls/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0.spec new file mode 100644 index 00000000000..076c8222b31 --- /dev/null +++ b/dlls/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0/ext-ms-win-rtcore-ntuser-dc-access-l1-1-0.spec @@ -0,0 +1,2 @@ +@ stdcall GetDC(long) user32.GetDC +@ stdcall ReleaseDC(long long) user32.ReleaseDC diff --git a/tools/make_specfiles b/tools/make_specfiles index 56d5a89e35e..13e7bbabe2d 100755 --- a/tools/make_specfiles +++ b/tools/make_specfiles @@ -272,6 +272,7 @@ my @dll_groups = "ext-ms-win-ntuser-rectangle-ext-l1-1-0", "ext-ms-win-ntuser-uicontext-ext-l1-1-0", "ext-ms-win-ntuser-window-l1-1-1", + "ext-ms-win-rtcore-ntuser-dc-access-l1-1-0", "ext-ms-win-rtcore-ntuser-dpi-l1-1-0", "ext-ms-win-rtcore-ntuser-sysparams-l1-1-0", ],