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
6bb55803
Commit
6bb55803
authored
May 21, 2015
by
Austin English
Committed by
Alexandre Julliard
May 22, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
api-ms-win-core-misc-l1-1-0: New dll.
parent
f2988416
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
39 additions
and
0 deletions
+39
-0
configure
configure
+2
-0
configure.ac
configure.ac
+1
-0
Makefile.in
dlls/api-ms-win-core-misc-l1-1-0/Makefile.in
+1
-0
api-ms-win-core-misc-l1-1-0.spec
...-ms-win-core-misc-l1-1-0/api-ms-win-core-misc-l1-1-0.spec
+34
-0
make_specfiles
tools/make_specfiles
+1
-0
No files found.
configure
View file @
6bb55803
...
...
@@ -885,6 +885,7 @@ enable_api_ms_win_core_localization_obsolete_l1_1_0
enable_api_ms_win_core_localregistry_l1_1_0
enable_api_ms_win_core_memory_l1_1_0
enable_api_ms_win_core_memory_l1_1_1
enable_api_ms_win_core_misc_l1_1_0
enable_api_ms_win_core_namedpipe_l1_1_0
enable_api_ms_win_core_namedpipe_l1_2_0
enable_api_ms_win_core_processenvironment_l1_1_0
...
...
@@ -17033,6 +17034,7 @@ wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_wi
wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
...
...
configure.ac
View file @
6bb55803
...
...
@@ -2722,6 +2722,7 @@ WINE_CONFIG_DLL(api-ms-win-core-localization-obsolete-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-core-localregistry-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-core-memory-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-core-memory-l1-1-1)
WINE_CONFIG_DLL(api-ms-win-core-misc-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-core-namedpipe-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-core-namedpipe-l1-2-0)
WINE_CONFIG_DLL(api-ms-win-core-processenvironment-l1-1-0)
...
...
dlls/api-ms-win-core-misc-l1-1-0/Makefile.in
0 → 100644
View file @
6bb55803
MODULE
=
api-ms-win-core-misc-l1-1-0.dll
dlls/api-ms-win-core-misc-l1-1-0/api-ms-win-core-misc-l1-1-0.spec
0 → 100644
View file @
6bb55803
@ stdcall EnumSystemLocalesA(ptr long) kernel32.EnumSystemLocalesA
@ stdcall FatalAppExitA(long str) kernel32.FatalAppExitA
@ stdcall FatalAppExitW(long wstr) kernel32.FatalAppExitW
@ stdcall FormatMessageA(long ptr long long ptr long ptr) kernel32.FormatMessageA
@ stdcall FormatMessageW(long ptr long long ptr long ptr) kernel32.FormatMessageW
@ stdcall GlobalAlloc(long long) kernel32.GlobalAlloc
@ stdcall GlobalFree(long) kernel32.GlobalFree
@ stdcall IsProcessInJob(long long ptr) kernel32.IsProcessInJob
@ stdcall IsWow64Process(ptr ptr) kernel32.IsWow64Process
@ stdcall LCMapStringA(long long str long ptr long) kernel32.LCMapStringA
@ stdcall LocalAlloc(long long) kernel32.LocalAlloc
@ stdcall LocalFree(long) kernel32.LocalFree
@ stdcall LocalLock(long) kernel32.LocalLock
@ stdcall LocalReAlloc(long long long) kernel32.LocalReAlloc
@ stdcall LocalUnlock(long) kernel32.LocalUnlock
@ stdcall lstrcmpA(str str) kernel32.lstrcmpA
@ stdcall lstrcmpiA(str str) kernel32.lstrcmpiA
@ stdcall lstrcmpi(str str) kernel32.lstrcmpi
@ stdcall lstrcmpiW(wstr wstr) kernel32.lstrcmpiW
@ stdcall lstrcmp(str str) kernel32.lstrcmp
@ stdcall lstrcmpW(wstr wstr) kernel32.lstrcmpW
@ stdcall lstrcpynA(ptr str long) kernel32.lstrcpynA
@ stdcall lstrcpyn(ptr str long) kernel32.lstrcpyn
@ stdcall lstrcpynW(ptr wstr long) kernel32.lstrcpynW
@ stdcall lstrlenA(str) kernel32.lstrlenA
@ stdcall lstrlen(str) kernel32.lstrlen
@ stdcall lstrlenW(wstr) kernel32.lstrlenW
@ stdcall NeedCurrentDirectoryForExePathA(str) kernel32.NeedCurrentDirectoryForExePathA
@ stdcall NeedCurrentDirectoryForExePathW(wstr) kernel32.NeedCurrentDirectoryForExePathW
@ stdcall PulseEvent(long) kernel32.PulseEvent
@ stdcall SetHandleCount(long) kernel32.SetHandleCount
@ stdcall Sleep(long) kernel32.Sleep
@ stdcall Wow64DisableWow64FsRedirection(ptr) kernel32.Wow64DisableWow64FsRedirection
@ stdcall Wow64RevertWow64FsRedirection(ptr) kernel32.Wow64RevertWow64FsRedirection
tools/make_specfiles
View file @
6bb55803
...
...
@@ -146,6 +146,7 @@ my @dll_groups =
"api-ms-win-core-errorhandling-l1-1-1"
,
"api-ms-win-core-interlocked-l1-1-0"
,
"api-ms-win-core-interlocked-l1-2-0"
,
"api-ms-win-core-misc-l1-1-0"
,
"api-ms-win-core-profile-l1-1-0"
,
"api-ms-win-core-string-l1-1-0"
,
"api-ms-win-core-sysinfo-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