From 01594e239e1eb956981d2b785d86fe563dbb75c1 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 23 Jul 2003 19:51:32 +0000 Subject: [PATCH] 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 --- libs/util/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/util/plugin.c b/libs/util/plugin.c index 0eb16bb0b..50010aee0 100644 --- a/libs/util/plugin.c +++ b/libs/util/plugin.c @@ -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