mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-11-27 20:04:56 +08:00
crt: Remove functions in api-ms-win-core-string for windowsapp
Signed-off-by: Mark Harmstone <mark@harmstone.com> Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
170840ffbf
commit
27bd127aa1
@ -2354,7 +2354,7 @@ endif
|
||||
%/libapi-ms-win-core-shutdown-l1-1-0_windowsapp.a \
|
||||
%/libapi-ms-win-core-slapi-l1-1-0.a \
|
||||
%/libapi-ms-win-core-string-l1-1-0.a \
|
||||
%/libapi-ms-win-core-string-l2-1-0.a \
|
||||
%/libapi-ms-win-core-string-l2-1-0_windowsapp.a \
|
||||
%/libapi-ms-win-core-string-obsolete-l1-1-0.a \
|
||||
%/libapi-ms-win-core-string-obsolete-l1-1-1.a \
|
||||
%/libapi-ms-win-core-stringansi-l1-1-0.a \
|
||||
|
@ -0,0 +1,8 @@
|
||||
LIBRARY api-ms-win-core-string-l2-1-0
|
||||
|
||||
EXPORTS
|
||||
|
||||
CharLowerBuffW
|
||||
CharLowerW
|
||||
CharNextW
|
||||
CharUpperW
|
@ -115,7 +115,7 @@ ADDLIB libapi-ms-win-core-rtlsupport-l1-2-0.a
|
||||
ADDLIB libapi-ms-win-core-shutdown-l1-1-0_windowsapp.a
|
||||
ADDLIB libapi-ms-win-core-slapi-l1-1-0.a
|
||||
ADDLIB libapi-ms-win-core-string-l1-1-0.a
|
||||
ADDLIB libapi-ms-win-core-string-l2-1-0.a
|
||||
ADDLIB libapi-ms-win-core-string-l2-1-0_windowsapp.a
|
||||
ADDLIB libapi-ms-win-core-string-obsolete-l1-1-0.a
|
||||
ADDLIB libapi-ms-win-core-string-obsolete-l1-1-1.a
|
||||
ADDLIB libapi-ms-win-core-stringansi-l1-1-0.a
|
||||
|
@ -0,0 +1,8 @@
|
||||
LIBRARY api-ms-win-core-string-l2-1-0
|
||||
|
||||
EXPORTS
|
||||
|
||||
CharLowerBuffW@8
|
||||
CharLowerW@4
|
||||
CharNextW@4
|
||||
CharUpperW@4
|
Loading…
Reference in New Issue
Block a user