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
695c6dca
Commit
695c6dca
authored
May 07, 2015
by
Martin Storsjo
Committed by
Alexandre Julliard
May 08, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
api-ms-win-core-libraryloader-l1-1-0: Add stub dll.
parent
c38bbc0e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
39 additions
and
1 deletion
+39
-1
configure
configure
+2
-0
configure.ac
configure.ac
+1
-0
Makefile.in
dlls/api-ms-win-core-libraryloader-l1-1-0/Makefile.in
+1
-0
api-ms-win-core-libraryloader-l1-1-0.spec
...ryloader-l1-1-0/api-ms-win-core-libraryloader-l1-1-0.spec
+29
-0
make_specfiles
tools/make_specfiles
+6
-1
No files found.
configure
View file @
695c6dca
...
@@ -877,6 +877,7 @@ enable_api_ms_win_core_interlocked_l1_1_0
...
@@ -877,6 +877,7 @@ enable_api_ms_win_core_interlocked_l1_1_0
enable_api_ms_win_core_interlocked_l1_2_0
enable_api_ms_win_core_interlocked_l1_2_0
enable_api_ms_win_core_io_l1_1_1
enable_api_ms_win_core_io_l1_1_1
enable_api_ms_win_core_kernel32_legacy_l1_1_0
enable_api_ms_win_core_kernel32_legacy_l1_1_0
enable_api_ms_win_core_libraryloader_l1_1_0
enable_api_ms_win_core_libraryloader_l1_1_1
enable_api_ms_win_core_libraryloader_l1_1_1
enable_api_ms_win_core_localization_l1_2_0
enable_api_ms_win_core_localization_l1_2_0
enable_api_ms_win_core_localization_l1_2_1
enable_api_ms_win_core_localization_l1_2_1
...
@@ -17016,6 +17017,7 @@ wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_int
...
@@ -17016,6 +17017,7 @@ wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_int
wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
...
...
configure.ac
View file @
695c6dca
...
@@ -2713,6 +2713,7 @@ WINE_CONFIG_DLL(api-ms-win-core-interlocked-l1-1-0)
...
@@ -2713,6 +2713,7 @@ WINE_CONFIG_DLL(api-ms-win-core-interlocked-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-core-interlocked-l1-2-0)
WINE_CONFIG_DLL(api-ms-win-core-interlocked-l1-2-0)
WINE_CONFIG_DLL(api-ms-win-core-io-l1-1-1)
WINE_CONFIG_DLL(api-ms-win-core-io-l1-1-1)
WINE_CONFIG_DLL(api-ms-win-core-kernel32-legacy-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-core-kernel32-legacy-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-core-libraryloader-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-core-libraryloader-l1-1-1)
WINE_CONFIG_DLL(api-ms-win-core-libraryloader-l1-1-1)
WINE_CONFIG_DLL(api-ms-win-core-localization-l1-2-0)
WINE_CONFIG_DLL(api-ms-win-core-localization-l1-2-0)
WINE_CONFIG_DLL(api-ms-win-core-localization-l1-2-1)
WINE_CONFIG_DLL(api-ms-win-core-localization-l1-2-1)
...
...
dlls/api-ms-win-core-libraryloader-l1-1-0/Makefile.in
0 → 100644
View file @
695c6dca
MODULE
=
api-ms-win-core-libraryloader-l1-1-0.dll
dlls/api-ms-win-core-libraryloader-l1-1-0/api-ms-win-core-libraryloader-l1-1-0.spec
0 → 100644
View file @
695c6dca
@ stub AddDllDirectory
@ stdcall DisableThreadLibraryCalls(long) kernel32.DisableThreadLibraryCalls
@ stdcall EnumResourceLanguagesExA(long str str ptr long long long) kernel32.EnumResourceLanguagesExA
@ stdcall EnumResourceLanguagesExW(long wstr wstr ptr long long long) kernel32.EnumResourceLanguagesExW
@ stub EnumResourceNamesExA
@ stub EnumResourceNamesExW
@ stub EnumResourceTypesExA
@ stub EnumResourceTypesExW
@ stdcall FindResourceExW(long wstr wstr long) kernel32.FindResourceExW
@ stub FindStringOrdinal
@ stdcall FreeLibrary(long) kernel32.FreeLibrary
@ stdcall FreeLibraryAndExitThread(long long) kernel32.FreeLibraryAndExitThread
@ stdcall FreeResource(long) kernel32.FreeResource
@ stdcall GetModuleFileNameA(long ptr long) kernel32.GetModuleFileNameA
@ stdcall GetModuleFileNameW(long ptr long) kernel32.GetModuleFileNameW
@ stdcall GetModuleHandleA(str) kernel32.GetModuleHandleA
@ stdcall GetModuleHandleExA(long ptr ptr) kernel32.GetModuleHandleExA
@ stdcall GetModuleHandleExW(long ptr ptr) kernel32.GetModuleHandleExW
@ stdcall GetModuleHandleW(wstr) kernel32.GetModuleHandleW
@ stdcall GetProcAddress(long str) kernel32.GetProcAddress
@ stdcall LoadLibraryExA( str long long) kernel32.LoadLibraryExA
@ stdcall LoadLibraryExW(wstr long long) kernel32.LoadLibraryExW
@ stdcall LoadResource(long long) kernel32.LoadResource
@ stdcall LoadStringA(long long ptr long) user32.LoadStringA
@ stdcall LoadStringW(long long ptr long) user32.LoadStringW
@ stdcall LockResource(long) kernel32.LockResource
@ stub RemoveDllDirectory
@ stub SetDefaultDllDirectories
@ stdcall SizeofResource(long long) kernel32.SizeofResource
tools/make_specfiles
View file @
695c6dca
...
@@ -160,7 +160,6 @@ my @dll_groups =
...
@@ -160,7 +160,6 @@ my @dll_groups =
"api-ms-win-core-heap-obsolete-l1-1-0"
,
"api-ms-win-core-heap-obsolete-l1-1-0"
,
"api-ms-win-core-io-l1-1-1"
,
"api-ms-win-core-io-l1-1-1"
,
"api-ms-win-core-kernel32-legacy-l1-1-0"
,
"api-ms-win-core-kernel32-legacy-l1-1-0"
,
"api-ms-win-core-libraryloader-l1-1-1"
,
"api-ms-win-core-localization-l1-2-0"
,
"api-ms-win-core-localization-l1-2-0"
,
"api-ms-win-core-localization-obsolete-l1-1-0"
,
"api-ms-win-core-localization-obsolete-l1-1-0"
,
"api-ms-win-core-memory-l1-1-1"
,
"api-ms-win-core-memory-l1-1-1"
,
...
@@ -182,6 +181,12 @@ my @dll_groups =
...
@@ -182,6 +181,12 @@ my @dll_groups =
"api-ms-win-core-errorhandling-l1-1-2"
,
"api-ms-win-core-errorhandling-l1-1-2"
,
],
],
[
[
"kernel32"
,
"user32"
,
"api-ms-win-core-libraryloader-l1-1-0"
,
"api-ms-win-core-libraryloader-l1-1-1"
,
],
[
"ole32"
,
"ole32"
,
"api-ms-win-downlevel-ole32-l1-1-0"
,
"api-ms-win-downlevel-ole32-l1-1-0"
,
"api-ms-win-core-com-l1-1-0"
,
"api-ms-win-core-com-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