diff options
-rw-r--r-- | gcc/ChangeLog | 8 | ||||
-rw-r--r-- | 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> |