summaryrefslogtreecommitdiff
path: root/wait.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wait.cpp')
-rw-r--r--wait.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wait.cpp b/wait.cpp
index a71cef8e..f00668a5 100644
--- a/wait.cpp
+++ b/wait.cpp
@@ -171,7 +171,7 @@ DWORD WINAPI WaitingThread(LPVOID lParam)
SetEvent(thread.stopWaiting);
if (!(result > WAIT_OBJECT_0 && result < WAIT_OBJECT_0 + handles.size()))
{
- assert(!"error in WaitingThread"); // break here so we can see which thread has an error
+ CRYPTOPP_ASSERT(!"error in WaitingThread"); // break here so we can see which thread has an error
*thread.error = ::GetLastError();
}
}