]> granicus.if.org Git - imagemagick/commitdiff
Conditional compile with MAGICKCORE_WINDOWS_SUPPORT define
authorCristy <urban-warrior@imagemagick.org>
Sat, 19 Dec 2015 11:41:51 +0000 (06:41 -0500)
committerCristy <urban-warrior@imagemagick.org>
Sat, 19 Dec 2015 11:41:51 +0000 (06:41 -0500)
MagickCore/thread_.h

index 15fa3082d38e749219548050027153f5f5caaf67..d0e19cf241bf89a290538a0436e2a29dcb7019f0 100644 (file)
@@ -24,7 +24,7 @@ extern "C" {
 
 #if defined(MAGICKCORE_THREAD_SUPPORT)
 typedef pthread_t MagickThreadType;
-#elif defined(MAGICKCORE_HAVE_WINTHREADS)
+#elif defined(MAGICKCORE_WINDOWS_SUPPORT)
 typedef DWORD MagickThreadType;
 #else
 typedef pid_t MagickThreadType;