Move helper function into #ifdef
authorPhilip Chimento <philip.chimento@gmail.com>
Sun, 23 Feb 2014 20:02:38 +0000 (12:02 -0800)
committerPhilip Chimento <philip.chimento@gmail.com>
Sun, 23 Feb 2014 20:02:38 +0000 (12:02 -0800)
commit2db73091e1776256b53bd90eb4d954d52478c38f
tree6743b8de397400cc350255446f41e02eb7a382f4
parent0984957da118ed09ff9f337c8b9cd1291b3d9510
Move helper function into #ifdef

The function only got called if sound support was enabled, so move it
into that particular #ifdef to avoid an unused function warning.
libchimara/schannel.c