- 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"},