Change "-lWsock32" to "-lwsock32" for case-sensitive file names.

This is needed to be able to cross-compile for Windows using MingW32
on Linux.
This commit is contained in:
Stephen Sinclair
2014-01-12 14:51:49 +01:00
parent 1bbd2c003a
commit add961c2f4

View File

@@ -180,7 +180,7 @@ if test $realtime = yes; then
fi
api="$api -D__WINDOWS_MM__"
LIBS="-lole32 -lwinmm -lWsock32 $LIBS"
LIBS="-lole32 -lwinmm -lwsock32 $LIBS"
;;
*)