Skip to content

Commit

Permalink
Fix boost.asio build error.
Browse files Browse the repository at this point in the history
  • Loading branch information
denravonska committed Jun 5, 2017
1 parent bb1283b commit 8900b89
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 @@ -12,6 +12,10 @@ win32 {
} else {
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 8900b89

Please sign in to comment.