X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Frain.c;h=6f238fb6b3b78ca7733fac5b410e3d37bdff1dbf;hp=6fe897c89ded89f6f2cc43fc06fb1eaaec8588e9;hb=e656c0ca01fc196f0eb66972af7fc51cb83d9651;hpb=0237f10a296593d54fd8b2aa144921983085e002 diff --git a/test/rain.c b/test/rain.c index 6fe897c8..6f238fb6 100644 --- a/test/rain.c +++ b/test/rain.c @@ -26,7 +26,7 @@ * authorization. * ****************************************************************************/ /* - * $Id: rain.c,v 1.48 2018/05/20 19:55:30 tom Exp $ + * $Id: rain.c,v 1.49 2018/06/23 21:35:06 tom Exp $ */ #include #include @@ -227,7 +227,7 @@ draw_drop(void *arg) * Find myself in the list of threads so we can count the number of loops. */ for (mystats = 0; mystats < MAX_THREADS; ++mystats) { -#if defined(__MINGW32__) && !defined(__WINPTHREADS_VERSION) +#if defined(_WIN32) && !defined(__WINPTHREADS_VERSION) if (drop_threads[mystats].myself.p == pthread_self().p) #else if (drop_threads[mystats].myself == pthread_self())