From dde836b51f72f58a1bf8aed4ebf7730cffe39a5c Mon Sep 17 00:00:00 2001 From: cgf <cgf@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Mon, 14 Jul 2003 02:12:15 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 8 ++++---- gcc/config/i386/gthr-win32.c | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5fe687dba4d..f5595fdeb17 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +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 diff --git a/gcc/config/i386/gthr-win32.c b/gcc/config/i386/gthr-win32.c index 06dc2045d24..5510f108ca4 100644 --- a/gcc/config/i386/gthr-win32.c +++ b/gcc/config/i386/gthr-win32.c @@ -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> -- GitLab