зеркало из https://github.com/microsoft/msquic.git
fix const compiler error
This commit is contained in:
Родитель
fe6daff300
Коммит
b4ecfc7dbe
|
@ -327,7 +327,7 @@ QuicConnSetOOB(
|
|||
_In_ QUIC_CONNECTION* Connection,
|
||||
_In_ uint32_t BufferLength,
|
||||
_In_reads_bytes_(BufferLength)
|
||||
void* Buffer
|
||||
const void* Buffer
|
||||
)
|
||||
{
|
||||
UNREFERENCED_PARAMETER(Connection);
|
||||
|
|
Загрузка…
Ссылка в новой задаче