Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gridcoin committed Jun 5, 2017
2 parents fc3ba19 + 8900b89 commit 8cd7274
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gridcoinresearch.pro
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ win32
{
QT += axcontainer
}

# Fix for boost.asio build error. See
# https://stackoverflow.com/questions/20957727/boostasio-unregisterwaitex-has-not-been-declared
DEFINES += _WIN32_WINNT=0x0501 WINVER=0x0501
}

greaterThan(QT_MAJOR_VERSION, 4) {
Expand Down

0 comments on commit 8cd7274

Please sign in to comment.