XEmacs 21.2.14.
[chise/xemacs-chise.git.1] / src / getloadavg.c
index 39c45e6..b8161e4 100644 (file)
@@ -19,8 +19,6 @@ along with XEmacs; see the file COPYING.  If not, write to
 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
-#ifndef __CYGWIN32__
-
 /* Compile-time symbols that this file uses:
 
    FIXUP_KERNEL_SYMBOL_ADDR()  Adjust address in returned struct nlist.
@@ -71,6 +69,9 @@ Boston, MA 02111-1307, USA.  */
 #include <config.h>
 #endif
 
+#ifndef WINDOWSNT
+#ifndef __CYGWIN32__
+
 #include <sys/types.h>
 
 /* Both the Emacs and non-Emacs sections want this.  Some
@@ -1006,4 +1007,4 @@ getloadavg (double loadavg[], int nelem)
 }
 
 #endif /*__GNUWIN32__*/
-
+#endif /* WINDOWSNT */