Moved builtin dll registration to libwine.
Changed process initialization to not load imported dlls too early.

diff --git a/include/Makefile.in b/include/Makefile.in
index 3516194..c20d6f7 100644
--- a/include/Makefile.in
+++ b/include/Makefile.in
@@ -85,6 +85,7 @@
 	wine/exception.h \
 	wine/icmpapi.h \
 	wine/ipexport.h \
+	wine/library.h \
 	wine/obj_base.h \
 	wine/obj_cache.h \
 	wine/obj_channel.h \