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
035b04d6
Commit
035b04d6
authored
Nov 18, 2016
by
Andrey Gusev
Committed by
Alexandre Julliard
Nov 18, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
api-ms-win-security-lsalookup-l2-1-1: Add dll.
Signed-off-by:
Andrey Gusev
<
andrey.goosev@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
976ccb92
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
0 deletions
+12
-0
configure
configure
+2
-0
configure.ac
configure.ac
+1
-0
Makefile.in
dlls/api-ms-win-security-lsalookup-l2-1-1/Makefile.in
+1
-0
api-ms-win-security-lsalookup-l2-1-1.spec
...salookup-l2-1-1/api-ms-win-security-lsalookup-l2-1-1.spec
+7
-0
make_specfiles
tools/make_specfiles
+1
-0
No files found.
configure
View file @
035b04d6
...
@@ -1018,6 +1018,7 @@ enable_api_ms_win_security_base_l1_2_0
...
@@ -1018,6 +1018,7 @@ enable_api_ms_win_security_base_l1_2_0
enable_api_ms_win_security_base_private_l1_1_1
enable_api_ms_win_security_base_private_l1_1_1
enable_api_ms_win_security_lsalookup_l1_1_0
enable_api_ms_win_security_lsalookup_l1_1_0
enable_api_ms_win_security_lsalookup_l1_1_1
enable_api_ms_win_security_lsalookup_l1_1_1
enable_api_ms_win_security_lsalookup_l2_1_1
enable_api_ms_win_security_sddl_l1_1_0
enable_api_ms_win_security_sddl_l1_1_0
enable_api_ms_win_service_core_l1_1_0
enable_api_ms_win_service_core_l1_1_0
enable_api_ms_win_service_core_l1_1_1
enable_api_ms_win_service_core_l1_1_1
...
@@ -17725,6 +17726,7 @@ wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_ba
...
@@ -17725,6 +17726,7 @@ wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_ba
wine_fn_config_dll api-ms-win-security-base-private-l1-1-1 enable_api_ms_win_security_base_private_l1_1_1
wine_fn_config_dll api-ms-win-security-base-private-l1-1-1 enable_api_ms_win_security_base_private_l1_1_1
wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_security_lsalookup_l1_1_0
wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_security_lsalookup_l1_1_0
wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
wine_fn_config_dll api-ms-win-security-lsalookup-l2-1-1 enable_api_ms_win_security_lsalookup_l2_1_1
wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
wine_fn_config_dll api-ms-win-service-core-l1-1-0 enable_api_ms_win_service_core_l1_1_0
wine_fn_config_dll api-ms-win-service-core-l1-1-0 enable_api_ms_win_service_core_l1_1_0
wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
...
...
configure.ac
View file @
035b04d6
...
@@ -2795,6 +2795,7 @@ WINE_CONFIG_DLL(api-ms-win-security-base-l1-2-0)
...
@@ -2795,6 +2795,7 @@ WINE_CONFIG_DLL(api-ms-win-security-base-l1-2-0)
WINE_CONFIG_DLL(api-ms-win-security-base-private-l1-1-1)
WINE_CONFIG_DLL(api-ms-win-security-base-private-l1-1-1)
WINE_CONFIG_DLL(api-ms-win-security-lsalookup-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-security-lsalookup-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-security-lsalookup-l1-1-1)
WINE_CONFIG_DLL(api-ms-win-security-lsalookup-l1-1-1)
WINE_CONFIG_DLL(api-ms-win-security-lsalookup-l2-1-1)
WINE_CONFIG_DLL(api-ms-win-security-sddl-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-security-sddl-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-service-core-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-service-core-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-service-core-l1-1-1)
WINE_CONFIG_DLL(api-ms-win-service-core-l1-1-1)
...
...
dlls/api-ms-win-security-lsalookup-l2-1-1/Makefile.in
0 → 100644
View file @
035b04d6
MODULE
=
api-ms-win-security-lsalookup-l2-1-1.dll
dlls/api-ms-win-security-lsalookup-l2-1-1/api-ms-win-security-lsalookup-l2-1-1.spec
0 → 100644
View file @
035b04d6
@ stdcall LookupAccountNameW(wstr wstr ptr ptr ptr ptr ptr) advapi32.LookupAccountNameW
@ stdcall LookupAccountSidW(ptr ptr ptr ptr ptr ptr ptr) advapi32.LookupAccountSidW
@ stdcall LookupPrivilegeDisplayNameW(wstr wstr wstr ptr ptr) advapi32.LookupPrivilegeDisplayNameW
@ stdcall LookupPrivilegeNameW(wstr ptr ptr long) advapi32.LookupPrivilegeNameW
@ stdcall LookupPrivilegeValueW(ptr ptr ptr) advapi32.LookupPrivilegeValueW
@ stdcall LsaEnumerateTrustedDomains(ptr ptr ptr long ptr) advapi32.LsaEnumerateTrustedDomains
@ stub LsaManageSidNameMapping
tools/make_specfiles
View file @
035b04d6
...
@@ -122,6 +122,7 @@ my @dll_groups =
...
@@ -122,6 +122,7 @@ my @dll_groups =
"api-ms-win-security-base-l1-2-0"
,
"api-ms-win-security-base-l1-2-0"
,
"api-ms-win-security-base-private-l1-1-1"
,
"api-ms-win-security-base-private-l1-1-1"
,
"api-ms-win-security-lsalookup-l1-1-0"
,
"api-ms-win-security-lsalookup-l1-1-0"
,
"api-ms-win-security-lsalookup-l2-1-1"
,
"api-ms-win-security-sddl-l1-1-0"
,
"api-ms-win-security-sddl-l1-1-0"
,
"api-ms-win-service-core-l1-1-0"
,
"api-ms-win-service-core-l1-1-0"
,
"api-ms-win-service-core-l1-1-1"
,
"api-ms-win-service-core-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