updates
[silc.git] / lib / silccrypt / silcrng.c
index f68c1b806c0d59c195865f5a4008ee4c9070d046..051e222cc847d5395a130eec45f8509f3ad35b8a 100644 (file)
@@ -28,6 +28,7 @@
 
 #include "silcincludes.h"
 
+#ifndef WIN32
 #ifdef HAVE_GETSID
 extern pid_t getsid (pid_t __pid);
 #endif
@@ -35,6 +36,7 @@ extern pid_t getsid (pid_t __pid);
 #ifdef HAVE_GETPGID
 extern pid_t getpgid (pid_t __pid);
 #endif
+#endif
 
 #undef SILC_RNG_DEBUG
 /*#define SILC_RNG_DEBUG*/