Skip to content

Commit

Permalink
EVTHREAD_USE_*
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Apr 20, 2020
1 parent 4760fe2 commit 7329aab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coreApp/src/pscbase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,9 @@ static void setPSCCallFunc(const iocshArgBuf *args)
static void PSCRegister(void)
{
int ret =
#if defined(WIN32)
#if defined(EVTHREAD_USE_WINDOWS_THREADS_IMPLEMENTED)
evthread_use_windows_threads();
#elif defined(_EVENT_HAVE_PTHREADS)
#elif defined(EVTHREAD_USE_PTHREADS_IMPLEMENTED)
evthread_use_pthreads();
#else
1;
Expand Down

0 comments on commit 7329aab

Please sign in to comment.