* win32_threads.c: Move GC_WIN32_THREADS check after gc_priv.h
include. Reported by Danny Smith.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86427
138bc75d-0d04-0410-961f-
82ee72b054a4
+2004-08-23 Bryce McKinlay <mckinlay@redhat.com>
+
+ * win32_threads.c: Move GC_WIN32_THREADS check after gc_priv.h include.
+ Reported by Danny Smith.
+
2004-08-21 Danny Smith <dannysmith@users.sourceforge.net>
- misc.c (GC_init): Replace lhs cast with rhs cast.
+ * misc.c (GC_init): Replace lhs cast with rhs cast.
2004-08-16 Bryce McKinlay <mckinlay@redhat.com>
+#include "private/gc_priv.h"
+
#if defined(GC_WIN32_THREADS)
-#include "private/gc_priv.h"
#include <windows.h>
#ifdef CYGWIN32