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:
commit
7b8914825a
3 changed files with 17 additions and 7 deletions
|
|
@ -22,7 +22,7 @@ struct DownloadRequest
|
|||
std::string mimeType;
|
||||
|
||||
DownloadRequest(const std::string & uri)
|
||||
: uri(uri), parentAct(curActivity) { }
|
||||
: uri(uri), parentAct(getCurActivity()) { }
|
||||
};
|
||||
|
||||
struct DownloadResult
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue