don't want that QF in the plugin dll name. doesn't get built that way (if

dlls got built in the first place:/) and way too much hassle to get it
there
This commit is contained in:
Bill Currie 2003-07-23 19:51:32 +00:00
parent 378c477b8e
commit 01594e239e

View file

@ -153,7 +153,7 @@ pi_realname (char *realname, int size, const char *type, const char *name)
#if defined(HAVE_DLOPEN)
const char *format = "%s/%s_%s.so";
#elif defined(_WIN32)
const char *format = "%s/QF%s_%s.dll";
const char *format = "%s/%s_%s.dll";
#else
# error "No shared library support. FIXME"
#endif