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
4c0b4706
Commit
4c0b4706
authored
Jul 06, 2017
by
Andrey Gusev
Committed by
Alexandre Julliard
Jul 06, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ext-ms-win-ntuser-windowclass-l1-1-1: Add dll.
Signed-off-by:
Andrey Gusev
<
andrey.goosev@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
ebc3fa65
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
24 additions
and
0 deletions
+24
-0
configure
configure
+2
-0
configure.ac
configure.ac
+1
-0
Makefile.in
dlls/ext-ms-win-ntuser-windowclass-l1-1-1/Makefile.in
+1
-0
ext-ms-win-ntuser-windowclass-l1-1-1.spec
...dowclass-l1-1-1/ext-ms-win-ntuser-windowclass-l1-1-1.spec
+19
-0
make_specfiles
tools/make_specfiles
+1
-0
No files found.
configure
View file @
4c0b4706
...
...
@@ -1201,6 +1201,7 @@ enable_ext_ms_win_ntuser_private_l1_1_1
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_ntuser_windowclass_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
...
...
@@ -18269,6 +18270,7 @@ wine_fn_config_dll ext-ms-win-ntuser-private-l1-1-1 enable_ext_ms_win_ntuser_pri
wine_fn_config_dll ext-ms-win-ntuser-rectangle-ext-l1-1-0 enable_ext_ms_win_ntuser_rectangle_ext_l1_1_0
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-ntuser-windowclass-l1-1-1 enable_ext_ms_win_ntuser_windowclass_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
...
...
configure.ac
View file @
4c0b4706
...
...
@@ -3103,6 +3103,7 @@ WINE_CONFIG_DLL(ext-ms-win-ntuser-private-l1-1-1)
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-ntuser-windowclass-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)
...
...
dlls/ext-ms-win-ntuser-windowclass-l1-1-1/Makefile.in
0 → 100644
View file @
4c0b4706
MODULE
=
ext-ms-win-ntuser-windowclass-l1-1-1.dll
dlls/ext-ms-win-ntuser-windowclass-l1-1-1/ext-ms-win-ntuser-windowclass-l1-1-1.spec
0 → 100644
View file @
4c0b4706
@ stdcall GetClassInfoA(long str ptr) user32.GetClassInfoA
@ stdcall GetClassInfoExA(long str ptr) user32.GetClassInfoExA
@ stdcall GetClassInfoExW(long wstr ptr) user32.GetClassInfoExW
@ stdcall GetClassInfoW(long wstr ptr) user32.GetClassInfoW
@ stdcall GetClassLongA(long long) user32.GetClassLongA
@ stdcall GetClassLongW(long long) user32.GetClassLongW
@ stdcall GetClassNameA(long ptr long) user32.GetClassNameA
@ stdcall GetClassNameW(long ptr long) user32.GetClassNameW
@ stdcall GetWindowLongA(long long) user32.GetWindowLongA
@ stdcall GetWindowLongW(long long) user32.GetWindowLongW
@ stdcall RealGetWindowClassA(long ptr long) user32.RealGetWindowClassA
@ stdcall RealGetWindowClassW(long ptr long) user32.RealGetWindowClassW
@ stdcall RegisterClassA(ptr) user32.RegisterClassA
@ stdcall RegisterClassExW(ptr) user32.RegisterClassExW
@ stdcall RegisterClassW(ptr) user32.RegisterClassW
@ stdcall SetWindowLongA(long long long) user32.SetWindowLongA
@ stdcall SetWindowLongW(long long long) user32.SetWindowLongW
@ stdcall UnregisterClassA(str long) user32.UnregisterClassA
@ stdcall UnregisterClassW(wstr long) user32.UnregisterClassW
tools/make_specfiles
View file @
4c0b4706
...
...
@@ -308,6 +308,7 @@ my @dll_groups =
"ext-ms-win-ntuser-private-l1-1-1"
,
"ext-ms-win-ntuser-rectangle-ext-l1-1-0"
,
"ext-ms-win-ntuser-uicontext-ext-l1-1-0"
,
"ext-ms-win-ntuser-windowclass-l1-1-1"
,
"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"
,
...
...
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