mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-11-24 02:14:43 +08:00
crt: Add functions to api-ms-win-core-kernel32-legacy-ansi for windowscoreheadless_apiset
Signed-off-by: Mark Harmstone <mark@harmstone.com> Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
14da7ef1b9
commit
25611e354e
@ -2884,7 +2884,7 @@ endif
|
||||
%/libapi-ms-win-core-io-l1-1-0.a \
|
||||
%/libapi-ms-win-core-io-l1-1-1_windowsapp.a \
|
||||
%/libapi-ms-win-core-job-l2-1-0_windowsapp.a \
|
||||
%/libapi-ms-win-core-kernel32-legacy-ansi-l1-1-0.a \
|
||||
%/libapi-ms-win-core-kernel32-legacy-ansi-l1-1-0_windowsapp.a \
|
||||
%/libapi-ms-win-core-kernel32-legacy-l1-1-0.a \
|
||||
%/libapi-ms-win-core-kernel32-legacy-l1-1-1.a \
|
||||
%/libapi-ms-win-core-kernel32-legacy-l1-1-2.a \
|
||||
|
@ -2,5 +2,14 @@ LIBRARY api-ms-win-core-kernel32-legacy-ansi-l1-1-0
|
||||
|
||||
EXPORTS
|
||||
|
||||
AddLocalAlternateComputerNameA
|
||||
CreateFileMappingNumaA
|
||||
CreateFileTransactedA
|
||||
CreateJobObjectA
|
||||
FindFirstVolumeMountPointA
|
||||
FindNextVolumeMountPointA
|
||||
GetFileAttributesTransactedA
|
||||
OpenJobObjectA
|
||||
SetDllDirectoryA
|
||||
SetVolumeLabelA
|
||||
SetVolumeMountPointA
|
||||
|
@ -0,0 +1,6 @@
|
||||
LIBRARY api-ms-win-core-kernel32-legacy-ansi-l1-1-0
|
||||
|
||||
EXPORTS
|
||||
|
||||
SetDllDirectoryA
|
||||
SetVolumeLabelA
|
@ -52,7 +52,7 @@ ADDLIB libapi-ms-win-core-interlocked-l1-2-0.a
|
||||
ADDLIB libapi-ms-win-core-io-l1-1-0.a
|
||||
ADDLIB libapi-ms-win-core-io-l1-1-1_windowsapp.a
|
||||
ADDLIB libapi-ms-win-core-job-l2-1-0_windowsapp.a
|
||||
ADDLIB libapi-ms-win-core-kernel32-legacy-ansi-l1-1-0.a
|
||||
ADDLIB libapi-ms-win-core-kernel32-legacy-ansi-l1-1-0_windowsapp.a
|
||||
ADDLIB libapi-ms-win-core-kernel32-legacy-l1-1-0.a
|
||||
ADDLIB libapi-ms-win-core-kernel32-legacy-l1-1-1.a
|
||||
ADDLIB libapi-ms-win-core-kernel32-legacy-l1-1-2.a
|
||||
|
@ -2,5 +2,14 @@ LIBRARY api-ms-win-core-kernel32-legacy-ansi-l1-1-0
|
||||
|
||||
EXPORTS
|
||||
|
||||
AddLocalAlternateComputerNameA@8
|
||||
CreateFileMappingNumaA@28
|
||||
CreateFileTransactedA@40
|
||||
CreateJobObjectA@8
|
||||
FindFirstVolumeMountPointA@12
|
||||
FindNextVolumeMountPointA@12
|
||||
GetFileAttributesTransactedA@16
|
||||
OpenJobObjectA@12
|
||||
SetDllDirectoryA@4
|
||||
SetVolumeLabelA@8
|
||||
SetVolumeMountPointA@8
|
||||
|
@ -0,0 +1,6 @@
|
||||
LIBRARY api-ms-win-core-kernel32-legacy-ansi-l1-1-0
|
||||
|
||||
EXPORTS
|
||||
|
||||
SetDllDirectoryA@4
|
||||
SetVolumeLabelA@8
|
Loading…
Reference in New Issue
Block a user