commit | 1db20bfd33f9c1486a1a662c2f78f45d00caf24b | [log] [tgz] |
---|---|---|
author | Jon Griffiths <jon_p_griffiths@yahoo.com> | Wed Jan 10 23:59:25 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Jan 10 23:59:25 2001 +0000 |
tree | e096f25c94c17a50d4062010b6737dec59953d30 | |
parent | ca43a641b7e5cb8709ac6dfc47b9000c1894176a [diff] [blame] |
- Migrate CRTDLL to MSVCRT. - Many fixes and a load of new functions.
diff --git a/loader/loadorder.c b/loader/loadorder.c index 5d5e0fc..c03f128 100644 --- a/loader/loadorder.c +++ b/loader/loadorder.c
@@ -43,6 +43,7 @@ {"advapi32,crtdll,ntdll", "builtin,native"}, {"lz32,lzexpand", "builtin,native"}, {"version,ver", "builtin,native"}, + {"msvcrt", "native,builtin"}, /* "new" interface */ {"comdlg32,commdlg", "builtin,native"}, {"shell32,shell", "builtin,native"},