From 0713e0e653b39644e5357fa1b872a33c68aff4e8 Mon Sep 17 00:00:00 2001 From: charlet Date: Fri, 18 Sep 2009 14:01:37 +0000 Subject: 2009-09-18 Pascal Obry * mingw32.h: Activate Unicode support for x86-64 Windows platform. 2009-09-18 Vadim Godunko * s-oscons-tmplt.c: Add circuit for handling IOV_MAX macro on IRIX. 2009-09-18 Javier Miranda * exp_aggr.adb (Backend_Processing_Possible): Disable backend processing for array aggregates in the VM backend if the array has aliased components. 2009-09-18 Ed Schonberg * sem_ch4.adb (Analyze_Indexed_Component): Emit error if the type of the prefix indicates a previous semantic error, and this is the first error in the program. 2009-09-18 Bob Duff * gnat_ugn.texi: Minor editing. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151844 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ada/mingw32.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gcc/ada/mingw32.h') diff --git a/gcc/ada/mingw32.h b/gcc/ada/mingw32.h index 011e90bb270..f11572e7c2a 100644 --- a/gcc/ada/mingw32.h +++ b/gcc/ada/mingw32.h @@ -44,7 +44,8 @@ #if (((__MINGW32_MAJOR_VERSION == 3 \ && __MINGW32_MINOR_VERSION >= 9) \ - || (__MINGW32_MAJOR_VERSION >= 4)) \ + || (__MINGW32_MAJOR_VERSION >= 4) \ + || defined (__MINGW64)) \ && !defined (RTX)) #define GNAT_UNICODE_SUPPORT -- cgit v1.2.1