(ws client) use correct compilation defines so that spdlog is not used as a header only library (reduce binary size and increase compilation speed)

This commit is contained in:
Benjamin Sergeant
2019-12-25 09:03:57 -08:00
parent e13b57c73b
commit a805270d02
4 changed files with 14 additions and 2 deletions

View File

@ -6,4 +6,4 @@
#pragma once
#define IX_WEBSOCKET_VERSION "7.8.0"
#define IX_WEBSOCKET_VERSION "7.7.1"