• Travis Cross's avatar
    add some casts to make things work with both gcc and VS · 83e090c3
    Travis Cross 提交于
    This amends commit 7bd9efc7.
    
    Using the more explicit typedef causes gcc to warn about the
    incompatible types for the reasons noted in the earlier commit
    message.  This is why we just used the unsigned type earlier so we
    could avoid all this casting.
    
    The things we do to make Windows happy...
    83e090c3
switch_rtp.c 145.7 KB