(Windows) move EINVAL (re)definition from IXSocket.h to IXNetSystem.h (fix #289)

This commit is contained in:
Benjamin Sergeant 2021-05-18 11:18:40 -07:00
parent ae187c0e98
commit 97fedf9482
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@
All changes to this project will be documented in this file.
## [11.2.6] - 2021-05-18
(Windows) move EINVAL (re)definition from IXSocket.h to IXNetSystem.h (fix #289)
## [11.2.5] - 2021-04-04
(http client) DEL is not an HTTP method name, but DELETE is

View File

@ -6,4 +6,4 @@
#pragma once
#define IX_WEBSOCKET_VERSION "11.2.5"
#define IX_WEBSOCKET_VERSION "11.2.6"