diff options
Diffstat (limited to 'pthread_win32_attach_detach_np.c')
-rw-r--r-- | pthread_win32_attach_detach_np.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pthread_win32_attach_detach_np.c b/pthread_win32_attach_detach_np.c index 65e0913..25bcb95 100644 --- a/pthread_win32_attach_detach_np.c +++ b/pthread_win32_attach_detach_np.c @@ -54,7 +54,7 @@ pthread_win32_process_attach_np () result = ptw32_processInitialize (); -#ifdef _UWIN +#if defined(_UWIN) pthread_count++; #endif |