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:03:40 +0000 (12:03 -0800)
commit7e717b155e333ee6dff5b3c9b1cc702e486e9e1f
treee93f13e2a3e88f42399a6507d8faeea91773560a
parentac8f01c36fa8b3dab0c1676d4f9d2a9d69e17bc0
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