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
d8f2e3c0
Commit
d8f2e3c0
authored
Sep 20, 2017
by
Fabian Maurer
Committed by
Alexandre Julliard
Sep 20, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
api-ms-win-core-wow64-l1-1-1: Add dll.
Signed-off-by:
Fabian Maurer
<
dark.shadow4@web.de
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
085c6a8f
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
0 deletions
+10
-0
configure
configure
+2
-0
configure.ac
configure.ac
+1
-0
Makefile.in
dlls/api-ms-win-core-wow64-l1-1-1/Makefile.in
+1
-0
api-ms-win-core-wow64-l1-1-1.spec
...s-win-core-wow64-l1-1-1/api-ms-win-core-wow64-l1-1-1.spec
+5
-0
make_specfiles
tools/make_specfiles
+1
-0
No files found.
configure
View file @
d8f2e3c0
...
...
@@ -997,6 +997,7 @@ enable_api_ms_win_core_winrt_registration_l1_1_0
enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
enable_api_ms_win_core_winrt_string_l1_1_0
enable_api_ms_win_core_wow64_l1_1_0
enable_api_ms_win_core_wow64_l1_1_1
enable_api_ms_win_core_xstate_l1_1_0
enable_api_ms_win_core_xstate_l2_1_0
enable_api_ms_win_crt_conio_l1_1_0
...
...
@@ -18062,6 +18063,7 @@ wine_fn_config_dll api-ms-win-core-winrt-registration-l1-1-0 enable_api_ms_win_c
wine_fn_config_dll api-ms-win-core-winrt-roparameterizediid-l1-1-0 enable_api_ms_win_core_winrt_roparameterizediid_l1_1_0
wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
wine_fn_config_dll api-ms-win-core-wow64-l1-1-0 enable_api_ms_win_core_wow64_l1_1_0
wine_fn_config_dll api-ms-win-core-wow64-l1-1-1 enable_api_ms_win_core_wow64_l1_1_1
wine_fn_config_dll api-ms-win-core-xstate-l1-1-0 enable_api_ms_win_core_xstate_l1_1_0
wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
...
...
configure.ac
View file @
d8f2e3c0
...
...
@@ -2850,6 +2850,7 @@ WINE_CONFIG_DLL(api-ms-win-core-winrt-registration-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-core-winrt-roparameterizediid-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-core-winrt-string-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-core-wow64-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-core-wow64-l1-1-1)
WINE_CONFIG_DLL(api-ms-win-core-xstate-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-core-xstate-l2-1-0)
WINE_CONFIG_DLL(api-ms-win-crt-conio-l1-1-0)
...
...
dlls/api-ms-win-core-wow64-l1-1-1/Makefile.in
0 → 100644
View file @
d8f2e3c0
MODULE
=
api-ms-win-core-wow64-l1-1-1.dll
dlls/api-ms-win-core-wow64-l1-1-1/api-ms-win-core-wow64-l1-1-1.spec
0 → 100644
View file @
d8f2e3c0
@ stdcall GetSystemWow64DirectoryA(ptr long) kernel32.GetSystemWow64DirectoryA
@ stdcall GetSystemWow64DirectoryW(ptr long) kernel32.GetSystemWow64DirectoryW
@ stdcall IsWow64Process(ptr ptr) kernel32.IsWow64Process
@ stdcall Wow64DisableWow64FsRedirection(ptr) kernel32.Wow64DisableWow64FsRedirection
@ stdcall Wow64RevertWow64FsRedirection(ptr) kernel32.Wow64RevertWow64FsRedirection
tools/make_specfiles
View file @
d8f2e3c0
...
...
@@ -254,6 +254,7 @@ my @dll_groups =
"api-ms-win-core-datetime-l1-1-1"
,
"api-ms-win-core-windowserrorreporting-l1-1-0"
,
"api-ms-win-core-wow64-l1-1-0"
,
"api-ms-win-core-wow64-l1-1-1"
,
"api-ms-win-core-xstate-l2-1-0"
,
"api-ms-win-core-errorhandling-l1-1-2"
,
"api-ms-win-core-processtopology-obsolete-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