mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
win32_threads.c: Move GC_WIN32_THREADS check after gc_priv.h include.
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. From-SVN: r86427
This commit is contained in:
parent
7fcb18047a
commit
92f61b6eac
@ -1,6 +1,11 @@
|
||||
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>
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
#include "private/gc_priv.h"
|
||||
|
||||
#if defined(GC_WIN32_THREADS)
|
||||
|
||||
#include "private/gc_priv.h"
|
||||
#include <windows.h>
|
||||
|
||||
#ifdef CYGWIN32
|
||||
|
Loading…
Reference in New Issue
Block a user