Index: port.c
===================================================================
RCS file: /home/wine/wine/libs/wine/port.c,v
retrieving revision 1.3
diff -u -r1.3 port.c
--- port.c	14 Oct 2003 01:27:31 -0000	1.3
+++ port.c	16 Oct 2003 21:42:15 -0000
@@ -43,6 +43,8 @@
 
 #include "wine/pthread.h"
 
+#endif  /* HAVE_PTHREAD_H */
+
 /***********************************************************************
  *           wine_pthread_init_process
  *
@@ -63,9 +65,6 @@
 {
     assert(0);  /* we must never get here */
 }
-
-#endif  /* HAVE_PTHREAD_H */
-
 
 /***********************************************************************
  *           wine_switch_to_stack
