Changed #ifdefs from headers to if defined().
[runtime.git] / lib / silcutil / silcmutex.h
index e1f1b26ce9816cc308e0e057d49be1ab684de229..27b229fa099a2dd23675e19681f57d833c63a7bc 100644 (file)
@@ -31,7 +31,7 @@
 #ifndef SILCMUTEX_H
 #define SILCMUTEX_H
 
-#ifdef SILC_THREADS
+#if defined(SILC_THREADS)
 
 /****s* silcutil/SilcMutexAPI/SilcMutex
  *