Commit 92f61b6e by Bryce McKinlay

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
parent 7fcb1804
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment