Revert "Export static symbols when building ws with shared library (#370)" (#383)

This reverts commit a3d2fa4b7e.
This commit is contained in:
Benjamin Sergeant
2022-04-12 08:55:43 -07:00
committed by GitHub
parent 20921f341a
commit 4420bc70b5
8 changed files with 34 additions and 79 deletions

View File

@ -11,7 +11,6 @@
#pragma once
#include "IXCancellationRequest.h"
#include "IXWebsocketExport.h"
#include <atomic>
#include <memory>
#include <mutex>
@ -55,7 +54,7 @@ namespace ix
std::string _hostname;
int _port;
int64_t _wait;
IXWEBSOCKET_EXPORT const static int64_t kDefaultWait;
const static int64_t kDefaultWait;
struct addrinfo* _res;
std::mutex _resMutex;