Build and run tests on Windows via Clang/Makefile

This commit is contained in:
Alex Hultman
2022-11-02 06:38:14 +01:00
parent 9a82a52f2c
commit e1708b85a5
4 changed files with 52 additions and 6 deletions
+1 -1
View File
@@ -260,7 +260,7 @@ static inline size_t formatMessage(char *dst, const char *src, size_t length, Op
// essentially this is only a parser
template <const bool isServer, typename Impl>
struct WIN32_EXPORT WebSocketProtocol {
struct WebSocketProtocol {
public:
static const unsigned int SHORT_MESSAGE_HEADER = isServer ? 6 : 2;
static const unsigned int MEDIUM_MESSAGE_HEADER = isServer ? 8 : 4;