1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-21 09:49:36 +01:00

Merge pull request #1965 from masaeedu/master

Wrap thread local in function for Cygwin
This commit is contained in:
Eelco Dolstra 2018-03-15 14:56:21 +01:00 committed by GitHub
commit 7b8914825a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 7 deletions

View file

@ -22,7 +22,7 @@ struct DownloadRequest
std::string mimeType;
DownloadRequest(const std::string & uri)
: uri(uri), parentAct(curActivity) { }
: uri(uri), parentAct(getCurActivity()) { }
};
struct DownloadResult