mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-17 08:55:48 +00:00
Fix Win32 release build
This commit is contained in:
parent
f01103af23
commit
a13eeddacf
@ -81,7 +81,7 @@ static void validateFecBlockState(PRTP_AUDIO_QUEUE queue) {
|
||||
#endif
|
||||
}
|
||||
|
||||
static PRTPA_FEC_BLOCK allocateFecBlock(PRTP_AUDIO_QUEUE queue, uint32_t blockSize) {
|
||||
static PRTPA_FEC_BLOCK allocateFecBlock(PRTP_AUDIO_QUEUE queue, uint16_t blockSize) {
|
||||
PRTPA_FEC_BLOCK block = queue->freeBlockHead;
|
||||
|
||||
if (block != NULL) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user