Commit dde836b5 authored by cgf's avatar cgf
Browse files

2003-07-13 Aaron W. LaFramboise <awlaframboise@aol.com>

* config/i386/gthr-win32.c (__GTHREAD_HIDE_WIN32API): Define to 1.
(This was previously, erroneously listed as checked in on 2003-06-29)


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69313 138bc75d-0d04-0410-961f-82ee72b054a4
parent f6ad5465
2003-07-13 Aaron W. LaFramboise <awlaframboise@aol.com>
* config/i386/gthr-win32.c (__GTHREAD_HIDE_WIN32API): Define to 1.
2003-07-13 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
 
* expr.c (expand_expr, case COMPONENT_REF): If reg, copy OP0 to MEM
......@@ -2697,10 +2701,6 @@ Mon Jun 30 09:52:39 CEST 2003 Jan Hubicka <jh@suse.cz>
functions.
(handle_format_attribute): Update to handle new format attributes.
 
2003-06-29 Aaron W. LaFramboise <awlaframboise@aol.com>
* config/i386/gthr-win32.h (__GTHREAD_HIDE_WIN32API): Define to 1.
2003-06-29 Dara Hazeghi <dhazeghi@yahoo.com>
 
* doc/install.texi: Remove install documentation for obsoleted targets
......
......@@ -32,7 +32,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#ifndef __GTHREAD_HIDE_WIN32API
# define __GTHREAD_HIDE_WIN32API
# define __GTHREAD_HIDE_WIN32API 1
#endif
#include <gthr-win32.h>
#include <windows.h>
......
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