fix lgdi problem

This commit is contained in:
U-WIN-U2045GN0RNQ\Vítor Santos Costa 2010-07-20 22:58:09 +01:00
parent cb115142cd
commit c14bae7478
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -5192,7 +5192,7 @@ fi
CLIB_NETLIBS="-lwsock32 -lpsapi -lgdi32"
else
prefix="\${SYSTEMDRIVE}/Yap"
CLIB_NETLIBS="-lws2_32 -lpsapi -lgid32"
CLIB_NETLIBS="-lws2_32 -lpsapi -lgdi32"
fi
fi
ENABLE_WINCONSOLE=""

View File

@ -573,7 +573,7 @@ then
CLIB_NETLIBS="-lwsock32 -lpsapi -lgdi32"
else
prefix="\${SYSTEMDRIVE}/Yap"
CLIB_NETLIBS="-lws2_32 -lpsapi -lgid32"
CLIB_NETLIBS="-lws2_32 -lpsapi -lgdi32"
fi
fi
ENABLE_WINCONSOLE=""