Internal scheduler initialization cannot return NULL anymore.
[silc.git] / lib / silcutil / win32 / silcwin32schedule.c
index f4a263fcbd4d712df36479066f893c75b401b568..aa2cd2542fd7d5545c8520e96ee69a8aaac1aa0d 100644 (file)
@@ -242,7 +242,7 @@ void *silc_schedule_internal_init(SilcSchedule schedule, void *app_context)
 
   return (void *)wakeup;
 #else
-  return NULL;
+  return (void *)1;
 #endif
 }