OSDN Git Service

2003-07-13 Aaron W. LaFramboise <awlaframboise@aol.com>
authorcgf <cgf@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Jul 2003 02:12:15 +0000 (02:12 +0000)
committercgf <cgf@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Jul 2003 02:12:15 +0000 (02:12 +0000)
* 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
gcc/config/i386/gthr-win32.c

index 5fe687d..f5595fd 100644 (file)
@@ -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
index 06dc204..5510f10 100644 (file)
@@ -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>