Integer type name change.
[silc.git] / lib / silcutil / win32 / silcwin32schedule.c
index 4c8351467c80551f98bba809509d74ba57dff24f..f3bf02cc0f894d5ef98083bcd8baf7e8483917b2 100644 (file)
@@ -50,7 +50,7 @@
 
 */
 
-int silc_select(SilcScheduleFd fds, uint32 fds_count, struct timeval *timeout)
+int silc_select(SilcScheduleFd fds, SilcUInt32 fds_count, struct timeval *timeout)
 {
   HANDLE handles[MAXIMUM_WAIT_OBJECTS];
   DWORD ready, curtime, timeo;