diff src/w32proc.c @ 111551:3207606734d5

Remove config.h include guards. * src/w32proc.c: * src/w32inevt.c: * src/w32heap.c: * src/w32.c: Remove config.h include guards.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 15 Nov 2010 09:21:18 -0800
parents b8fde5ef9e14
children 417b1e4d63cd
line wrap: on
line diff
--- a/src/w32proc.c	Mon Nov 15 09:11:08 2010 -0800
+++ b/src/w32proc.c	Mon Nov 15 09:21:18 2010 -0800
@@ -32,10 +32,7 @@
 #include <setjmp.h>
 
 /* must include CRT headers *before* config.h */
-
-#ifdef HAVE_CONFIG_H
 #include <config.h>
-#endif
 
 #undef signal
 #undef wait
@@ -2370,7 +2367,5 @@
   staticpro (&Vw32_valid_locale_ids);
   staticpro (&Vw32_valid_codepages);
 }
-/* end of ntproc.c */
+/* end of w32proc.c */
 
-/* arch-tag: 23d3a34c-06d2-48a1-833b-ac7609aa5250
-   (do not change this comment) */