# HG changeset patch # User alex # Date 1024906411 0 # Node ID 222f6da66fa329ae5bdfd5761c0225c226636f7e # Parent 70a9c9f695a2e9523aad0344d9eadf55fbc21cbd first try to load linux dlls, if failed and we're supporting win32 dlls, then try to load the windows ones diff -r 70a9c9f695a2 -r 222f6da66fa3 libmpcodecs/vd_real.c --- a/libmpcodecs/vd_real.c Mon Jun 24 08:13:08 2002 +0000 +++ b/libmpcodecs/vd_real.c Mon Jun 24 08:13:31 2002 +0000 @@ -146,7 +146,7 @@ /* first try to load linux dlls, if failed and we're supporting win32 dlls, then try to load the windows ones */ if(!load_syms_linux(path)) -#ifdef USE_WIN32DLLS +#ifdef USE_WIN32DLL if (!load_syms_windows(path)) #endif {