diff -r 7bd3c94cc806 -r 17f7a5882aca hedgewars/uSound.pas --- a/hedgewars/uSound.pas Mon Jul 06 23:04:57 2009 +0000 +++ b/hedgewars/uSound.pas Tue Jul 07 01:36:56 2009 +0000 @@ -26,7 +26,7 @@ {$linkframework Ogg} {$linkframework Vorbis} {$ELSE} -{$IFNDEF WIND32} +{$IFNDEF WIN32} {$linklib openal} {$linklib ogg} {$linklib vorbis}