mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-13 03:32:22 +00:00
Taken from https://github.com/akme/ton/blob/master/.github/workflows/ccpp-linux.yml Fixing error LNK2019: unresolved external symbol _GetProcessMemoryInfo@12 when building windows desktop client Fixes compilation error of lite-client on windows Fixes compilation error: error C2664: 'std::pair<td::int64,td::int64> std::make_pair<td::int64,td::int64>(_Ty1 &&,_Ty2 &&) noexcept (<expr>)': cannot convert argument 1 from 'const td::uint64' to '_Ty1 &&' make_pair() has been changed in VS2012 to support a new C++11 feature called move semantics and I suspect that explicitly specifying the types for make_pair() is getting in the way. The fix should be safe for linux distro as well. Adding Github action - Win64 ton compile (#14) * Add github action win64 compile * manager.cpp - Strange though, but due to this kind of type usage win64 compilation fails. Let's make it more generic. |
||
---|---|---|
.. | ||
detail | ||
Clocks.cpp | ||
Clocks.h | ||
config.h | ||
CxCli.h | ||
EventFd.h | ||
EventFdBase.h | ||
FileFd.cpp | ||
FileFd.h | ||
IoSlice.h | ||
IPAddress.cpp | ||
IPAddress.h | ||
MemoryMapping.cpp | ||
MemoryMapping.h | ||
path.cpp | ||
path.h | ||
platform.h | ||
Poll.h | ||
PollBase.h | ||
PollFlags.cpp | ||
PollFlags.h | ||
rlimit.cpp | ||
rlimit.h | ||
RwMutex.h | ||
ServerSocketFd.cpp | ||
ServerSocketFd.h | ||
signals.cpp | ||
signals.h | ||
sleep.cpp | ||
sleep.h | ||
SocketFd.cpp | ||
SocketFd.h | ||
stacktrace.cpp | ||
stacktrace.h | ||
Stat.cpp | ||
Stat.h | ||
StdStreams.cpp | ||
StdStreams.h | ||
thread.h | ||
thread_local.cpp | ||
thread_local.h | ||
UdpSocketFd.cpp | ||
UdpSocketFd.h | ||
uname.cpp | ||
uname.h | ||
user.cpp | ||
user.h | ||
wstring_convert.cpp | ||
wstring_convert.h |