commit | 8551f8ca98daf445a36053a783098f3b696c2c9a | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Sat Dec 11 23:56:46 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Dec 11 23:56:46 1999 +0000 |
tree | 3e11ac78b12dbaa5a047f1a16f53334916ba1d63 | |
parent | 1dc551cf6b5ecf2a48de5169b66407defd8c9335 [diff] [blame] |
Xiang Li Implementation of a proxy ODBC32 dll.
diff --git a/loader/loadorder.c b/loader/loadorder.c index ea47c59..70575be 100644 --- a/loader/loadorder.c +++ b/loader/loadorder.c
@@ -58,6 +58,7 @@ {"icmp", "builtin"}, /* we have to use libglide2x.so instead of glide2x.dll ... */ {"glide2x", "so,native"}, + {"odbc32", "builtin"}, {NULL,NULL}, };