Skip to content

Commit eb96025

Browse files
committed
Update NetworkUtils.h
missing exported symbols
1 parent 20627f5 commit eb96025

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Include/Asio/NetworkUtils.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,13 +162,13 @@ CORE_LIBRARY_DLL_SHARED_API std::pair<std::string, std::string> GetIpAddressAndN
162162
CORE_LIBRARY_DLL_SHARED_API std::pair<std::string, std::string> GetIpAddressAndNetmask(std::string const& adapterName);
163163
#endif
164164

165-
struct IPv4Address
165+
CORE_LIBRARY_DLL_SHARED_API struct IPv4Address
166166
{
167167
std::string address;
168168
std::string netmask;
169169
};
170170

171-
struct IPv4Adapter
171+
CORE_LIBRARY_DLL_SHARED_API struct IPv4Adapter
172172
{
173173
std::string name;
174174
bool supportsBroadcast{false};

0 commit comments

Comments
 (0)