Correctly forward exports to NTDLL
Modified: branches/xmlbuildsystem/reactos/lib/msvcrt/msvcrt.def
_____
Modified: branches/xmlbuildsystem/reactos/lib/msvcrt/msvcrt.def
--- branches/xmlbuildsystem/reactos/lib/msvcrt/msvcrt.def
2005-05-07 07:46:54 UTC (rev 15072)
+++ branches/xmlbuildsystem/reactos/lib/msvcrt/msvcrt.def
2005-05-07 08:08:12 UTC (rev 15073)
@@ -517,11 +517,11 @@
_strdate
_strdup
_strerror
-_stricmp=NTDLL.stricmp
+_stricmp=NTDLL._stricmp
_stricoll
_strlwr=NTDLL._strlwr
_strncoll
-_strnicmp=NTDLL.strnicmp
+_strnicmp=NTDLL._strnicmp
_strnicoll
_strnset
_strrev
Show replies by date