mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Correctly forward exports to NTDLL
svn path=/branches/xmlbuildsystem/; revision=15073
This commit is contained in:
parent
2bf694521a
commit
9b6d13c91b
1 changed files with 2 additions and 2 deletions
|
@ -517,11 +517,11 @@ _strcmpi
|
|||
_strdate
|
||||
_strdup
|
||||
_strerror
|
||||
_stricmp=NTDLL.stricmp
|
||||
_stricmp=NTDLL._stricmp
|
||||
_stricoll
|
||||
_strlwr=NTDLL._strlwr
|
||||
_strncoll
|
||||
_strnicmp=NTDLL.strnicmp
|
||||
_strnicmp=NTDLL._strnicmp
|
||||
_strnicoll
|
||||
_strnset
|
||||
_strrev
|
||||
|
|
Loading…
Reference in a new issue