Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
2764f8c1
Commit
2764f8c1
authored
Feb 19, 2019
by
Andrey Gusev
Committed by
Alexandre Julliard
Feb 19, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ext-ms-win-ntuser-gui-l1-1-0: Add dll.
Signed-off-by:
Andrey Gusev
<
andrey.goosev@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
c62db167
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
21 additions
and
0 deletions
+21
-0
configure
configure
+2
-0
configure.ac
configure.ac
+1
-0
Makefile.in
dlls/ext-ms-win-ntuser-gui-l1-1-0/Makefile.in
+1
-0
ext-ms-win-ntuser-gui-l1-1-0.spec
...s-win-ntuser-gui-l1-1-0/ext-ms-win-ntuser-gui-l1-1-0.spec
+16
-0
make_specfiles
tools/make_specfiles
+1
-0
No files found.
configure
View file @
2764f8c1
...
...
@@ -1272,6 +1272,7 @@ enable_ext_ms_win_gdi_render_l1_1_0
enable_ext_ms_win_kernel32_package_current_l1_1_0
enable_ext_ms_win_kernel32_package_l1_1_1
enable_ext_ms_win_ntuser_draw_l1_1_0
enable_ext_ms_win_ntuser_gui_l1_1_0
enable_ext_ms_win_ntuser_gui_l1_3_0
enable_ext_ms_win_ntuser_keyboard_l1_3_0
enable_ext_ms_win_ntuser_message_l1_1_1
...
...
@@ -19576,6 +19577,7 @@ wine_fn_config_makefile dlls/ext-ms-win-gdi-render-l1-1-0 enable_ext_ms_win_gdi_
wine_fn_config_makefile dlls/ext-ms-win-kernel32-package-current-l1-1-0 enable_ext_ms_win_kernel32_package_current_l1_1_0
wine_fn_config_makefile dlls/ext-ms-win-kernel32-package-l1-1-1 enable_ext_ms_win_kernel32_package_l1_1_1
wine_fn_config_makefile dlls/ext-ms-win-ntuser-draw-l1-1-0 enable_ext_ms_win_ntuser_draw_l1_1_0
wine_fn_config_makefile dlls/ext-ms-win-ntuser-gui-l1-1-0 enable_ext_ms_win_ntuser_gui_l1_1_0
wine_fn_config_makefile dlls/ext-ms-win-ntuser-gui-l1-3-0 enable_ext_ms_win_ntuser_gui_l1_3_0
wine_fn_config_makefile dlls/ext-ms-win-ntuser-keyboard-l1-3-0 enable_ext_ms_win_ntuser_keyboard_l1_3_0
wine_fn_config_makefile dlls/ext-ms-win-ntuser-message-l1-1-1 enable_ext_ms_win_ntuser_message_l1_1_1
...
...
configure.ac
View file @
2764f8c1
...
...
@@ -3310,6 +3310,7 @@ WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-gdi-render-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-kernel32-package-current-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-kernel32-package-l1-1-1)
WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-ntuser-draw-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-ntuser-gui-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-ntuser-gui-l1-3-0)
WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-ntuser-keyboard-l1-3-0)
WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-ntuser-message-l1-1-1)
...
...
dlls/ext-ms-win-ntuser-gui-l1-1-0/Makefile.in
0 → 100644
View file @
2764f8c1
MODULE
=
ext-ms-win-ntuser-gui-l1-1-0.dll
dlls/ext-ms-win-ntuser-gui-l1-1-0/ext-ms-win-ntuser-gui-l1-1-0.spec
0 → 100644
View file @
2764f8c1
@ stdcall ClientToScreen(long ptr) user32.ClientToScreen
@ stdcall DestroyCursor(long) user32.DestroyCursor
@ stdcall DestroyIcon(long) user32.DestroyIcon
@ stdcall DrawIconEx(long long long long long long long long long) user32.DrawIconEx
@ stdcall FillRect(long ptr long) user32.FillRect
@ stdcall GetCursor() user32.GetCursor
@ stdcall GetCursorInfo(ptr) user32.GetCursorInfo
@ stdcall GetIconInfo(long ptr) user32.GetIconInfo
@ stdcall LoadCursorW(long wstr) user32.LoadCursorW
@ stdcall LoadIconA(long str) user32.LoadIconA
@ stdcall LoadIconW(long wstr) user32.LoadIconW
@ stdcall LoadImageA(long str long long long long) user32.LoadImageA
@ stdcall LoadImageW(long wstr long long long long) user32.LoadImageW
@ stdcall MapWindowPoints(long long ptr long) user32.MapWindowPoints
@ stdcall ScreenToClient(long ptr) user32.ScreenToClient
@ stdcall SetCursor(long) user32.SetCursor
tools/make_specfiles
View file @
2764f8c1
...
...
@@ -377,6 +377,7 @@ my @dll_groups =
"api-ms-win-rtcore-ntuser-wmpointer-l1-1-0"
,
"api-ms-win-rtcore-ntuser-wmpointer-l1-1-3"
,
"ext-ms-win-ntuser-draw-l1-1-0"
,
"ext-ms-win-ntuser-gui-l1-1-0"
,
"ext-ms-win-ntuser-gui-l1-3-0"
,
"ext-ms-win-ntuser-keyboard-l1-3-0"
,
"ext-ms-win-ntuser-message-l1-1-1"
,
...
...
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