Changed #ifdefs from headers to if defined().
[crypto.git] / lib / silcutil / silcnet.h
index 26e00454ae149e28e654cbfead85ae3638a8573c..429d7cee7287cfb64e0746269d5e4094ee1ff61a 100644 (file)
@@ -419,7 +419,7 @@ char *silc_net_localhost(void);
  ***/
 char *silc_net_localip(void);
 
-#ifdef SILC_WIN32
+#if defined(SILC_WIN32)
 
 /****f* silcutil/SilcNetAPI/silc_net_win32_init
  *