Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
d787f0d9
Commit
d787f0d9
authored
Oct 29, 2016
by
Andrey Gusev
Committed by
Alexandre Julliard
Oct 30, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ext-ms-win-rtcore-ntuser-sysparams-l1-1-0: Add dll.
Signed-off-by:
Andrey Gusev
<
andrey.goosev@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
fd1333f2
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
0 deletions
+25
-0
configure
configure
+2
-0
configure.ac
configure.ac
+1
-0
Makefile.in
dlls/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0/Makefile.in
+1
-0
ext-ms-win-rtcore-ntuser-sysparams-l1-1-0.spec
...ams-l1-1-0/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0.spec
+20
-0
make_specfiles
tools/make_specfiles
+1
-0
No files found.
configure
View file @
d787f0d9
...
...
@@ -1172,6 +1172,7 @@ enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
enable_ext_ms_win_ntuser_window_l1_1_1
enable_ext_ms_win_rtcore_ntuser_dpi_l1_1_0
enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
enable_faultrep
enable_fltlib
enable_fltmgr_sys
...
...
@@ -17936,6 +17937,7 @@ wine_fn_config_dll ext-ms-win-ntuser-rectangle-ext-l1-1-0 enable_ext_ms_win_ntus
wine_fn_config_dll ext-ms-win-ntuser-uicontext-ext-l1-1-0 enable_ext_ms_win_ntuser_uicontext_ext_l1_1_0
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-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
wine_fn_config_test dlls/faultrep/tests faultrep_test
wine_fn_config_dll fltlib enable_fltlib
...
...
configure.ac
View file @
d787f0d9
...
...
@@ -3014,6 +3014,7 @@ WINE_CONFIG_DLL(ext-ms-win-ntuser-rectangle-ext-l1-1-0)
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-ntuser-dpi-l1-1-0)
WINE_CONFIG_DLL(ext-ms-win-rtcore-ntuser-sysparams-l1-1-0)
WINE_CONFIG_DLL(faultrep,,[implib])
WINE_CONFIG_TEST(dlls/faultrep/tests)
WINE_CONFIG_DLL(fltlib)
...
...
dlls/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0/Makefile.in
0 → 100644
View file @
d787f0d9
MODULE
=
ext-ms-win-rtcore-ntuser-sysparams-l1-1-0.dll
dlls/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0.spec
0 → 100644
View file @
d787f0d9
@ stdcall ChangeDisplaySettingsExW(wstr ptr long long ptr) user32.ChangeDisplaySettingsExW
@ stdcall DisplayConfigGetDeviceInfo(ptr) user32.DisplayConfigGetDeviceInfo
@ stub DisplayConfigSetDeviceInfo
@ stdcall EnumDisplayDevicesW(ptr long ptr long) user32.EnumDisplayDevicesW
@ stdcall EnumDisplayMonitors(long ptr ptr long) user32.EnumDisplayMonitors
@ stdcall EnumDisplaySettingsExW(wstr long ptr long) user32.EnumDisplaySettingsExW
@ stdcall EnumDisplaySettingsW(wstr long ptr ) user32.EnumDisplaySettingsW
@ stdcall GetDisplayConfigBufferSizes(long ptr ptr) user32.GetDisplayConfigBufferSizes
@ stdcall GetMonitorInfoW(long ptr) user32.GetMonitorInfoW
@ stdcall GetSysColor(long) user32.GetSysColor
@ stdcall GetSystemMetrics(long) user32.GetSystemMetrics
@ stdcall IsProcessDPIAware() user32.IsProcessDPIAware
@ stdcall MonitorFromPoint(int64 long) user32.MonitorFromPoint
@ stdcall MonitorFromRect(ptr long) user32.MonitorFromRect
@ stdcall MonitorFromWindow(long long) user32.MonitorFromWindow
@ stdcall QueryDisplayConfig(long ptr ptr ptr ptr ptr) user32.QueryDisplayConfig
@ stdcall SetProcessDPIAware() user32.SetProcessDPIAware
@ stdcall SetSysColors(long ptr ptr) user32.SetSysColors
@ stdcall SystemParametersInfoA(long long ptr long) user32.SystemParametersInfoA
@ stdcall SystemParametersInfoW(long long ptr long) user32.SystemParametersInfoW
tools/make_specfiles
View file @
d787f0d9
...
...
@@ -273,6 +273,7 @@ my @dll_groups =
"ext-ms-win-ntuser-uicontext-ext-l1-1-0"
,
"ext-ms-win-ntuser-window-l1-1-1"
,
"ext-ms-win-rtcore-ntuser-dpi-l1-1-0"
,
"ext-ms-win-rtcore-ntuser-sysparams-l1-1-0"
,
],
[
"version"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment