Forced loading of msacm32 when msacm is loaded.
Added msacm DLL pair in config files.
Added some dumb calls from 16 to 32.

diff --git a/loader/loadorder.c b/loader/loadorder.c
index 9e1a1f6..5d5e0fc 100644
--- a/loader/loadorder.c
+++ b/loader/loadorder.c
@@ -60,6 +60,7 @@
 	{"mciwave.drv",			"builtin,native"},
 	{"mciavi.drv,mcianim.drv",	"native,builtin"},
 	{"msacm.drv,midimap.drv",       "builtin,native"},
+	{"msacm,msacm32",               "builtin,native"},
 	{"opengl32",                    "builtin,native"},
 	/* we have to use libglideXx.so instead of glideXx.dll ... */
 	{"glide2x,glide3x",		"so,native"},
@@ -86,6 +87,7 @@
     { "lzexpand", "lz32" },
     { "mmsystem", "winmm" },
     { "msvideo",  "msvfw32" },
+    { "msacm",    "msacm32" },
     { "winsock",  "wsock32" },
     { NULL,       NULL }
 };