X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=snd_modplug.c;h=98d3706969ecaadc12cb7e1b6ad965e0c48c4eeb;hb=1837a42ab6f1d77708a71bdf9cabc5236815340c;hp=9cb486931fc402316a41464a8970a7502516d79c;hpb=a0593ee6b57c492e4ec9c4f1e62d0dc0114f119c;p=xonotic%2Fdarkplaces.git diff --git a/snd_modplug.c b/snd_modplug.c index 9cb48693..98d37069 100644 --- a/snd_modplug.c +++ b/snd_modplug.c @@ -133,9 +133,7 @@ qboolean ModPlug_OpenLibrary (void) { const char* dllnames_modplug [] = { -#if defined(WIN64) - "libmodplug64.dll", -#elif defined(WIN32) +#if defined(WIN32) "libmodplug-0.dll", "modplug.dll", #elif defined(MACOSX)